[INFO] cloning repository https://github.com/bchallenor/firebreak
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bchallenor/firebreak" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbchallenor%2Ffirebreak", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbchallenor%2Ffirebreak'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 40d765a0ee68d108d1b2abc9f40d4dce9010c883
[INFO] testing bchallenor/firebreak against try#28f95933dc0727396c07b48d0a8cb5211b7fb472 for pr-154065-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbchallenor%2Ffirebreak" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/bchallenor/firebreak
[INFO] finished tweaking git repo https://github.com/bchallenor/firebreak
[INFO] tweaked toml for git repo https://github.com/bchallenor/firebreak written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/bchallenor/firebreak on toolchain 28f95933dc0727396c07b48d0a8cb5211b7fb472
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/bchallenor/firebreak already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0b3a81135818b52fde920038803d1af0b1ed12b34a649e533fff1116fbb36d71
[INFO] running `Command { std: "docker" "start" "-a" "0b3a81135818b52fde920038803d1af0b1ed12b34a649e533fff1116fbb36d71", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0b3a81135818b52fde920038803d1af0b1ed12b34a649e533fff1116fbb36d71", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0b3a81135818b52fde920038803d1af0b1ed12b34a649e533fff1116fbb36d71", kill_on_drop: false }`
[INFO] [stdout] 0b3a81135818b52fde920038803d1af0b1ed12b34a649e533fff1116fbb36d71
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c3b2f2fdec8cda143e240b315f0a900d9e8d7668c3b3ab3ae5801e5860683043
[INFO] running `Command { std: "docker" "start" "-a" "c3b2f2fdec8cda143e240b315f0a900d9e8d7668c3b3ab3ae5801e5860683043", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.24
[INFO] [stderr]    Compiling unicode-xid v0.2.1
[INFO] [stderr]    Compiling libc v0.2.80
[INFO] [stderr]    Compiling syn v1.0.48
[INFO] [stderr]    Compiling cfg-if v0.1.10
[INFO] [stderr]    Compiling memchr v2.3.3
[INFO] [stderr]    Compiling proc-macro-hack v0.5.19
[INFO] [stderr]    Compiling log v0.4.11
[INFO] [stderr]    Compiling proc-macro-nested v0.1.6
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling getrandom v0.1.15
[INFO] [stderr]    Compiling once_cell v1.4.1
[INFO] [stderr]    Compiling futures-sink v0.3.7
[INFO] [stderr]    Compiling slab v0.4.2
[INFO] [stderr]    Compiling futures-core v0.3.7
[INFO] [stderr]    Compiling futures-io v0.3.7
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling thread_local v1.0.1
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling regex-syntax v0.6.20
[INFO] [stderr]    Compiling ppv-lite86 v0.2.9
[INFO] [stderr]    Compiling humantime v1.3.0
[INFO] [stderr]    Compiling termcolor v1.1.0
[INFO] [stderr]    Compiling futures-task v0.3.7
[INFO] [stderr]    Compiling futures-channel v0.3.7
[INFO] [stderr]    Compiling unindent v0.1.7
[INFO] [stderr]    Compiling pin-project-lite v0.1.11
[INFO] [stderr]    Compiling bytes v0.6.0
[INFO] [stderr]    Compiling paste v1.0.2
[INFO] [stderr]    Compiling ipnet v2.3.0
[INFO] [stderr]    Compiling crossbeam-utils v0.7.2
[INFO] [stderr]    Compiling indoc v1.0.3
[INFO] [stderr]    Compiling aho-corasick v0.7.14
[INFO] [stderr]    Compiling quote v1.0.7
[INFO] [stderr]    Compiling num_cpus v1.13.0
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling mio v0.7.4
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling regex v1.4.1
[INFO] [stderr]    Compiling env_logger v0.7.1
[INFO] [stderr]    Compiling pin-project-internal v1.0.1
[INFO] [stderr]    Compiling futures-macro v0.3.7
[INFO] [stderr]    Compiling tokio-macros v0.3.1
[INFO] [stderr]    Compiling async-trait v0.1.41
[INFO] [stderr]    Compiling tokio v0.3.2
[INFO] [stderr]    Compiling pin-project v1.0.1
[INFO] [stderr]    Compiling futures-util v0.3.7
[INFO] [stderr]    Compiling futures-executor v0.3.7
[INFO] [stderr]    Compiling futures v0.3.7
[INFO] [stderr]    Compiling firebreak v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: trait `ConnPath` is never used
[INFO] [stdout]   --> src/conn/mod.rs:10:11
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub trait ConnPath: Sync {
[INFO] [stdout]    |           ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ConnSpec` is never used
[INFO] [stdout]   --> src/conn/mod.rs:20:10
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub enum ConnSpec {
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ConnEffect` is never used
[INFO] [stdout]   --> src/conn/mod.rs:26:10
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub enum ConnEffect {
[INFO] [stdout]    |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `OsNsConnPath` is never constructed
[INFO] [stdout]   --> src/conn/os.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub struct OsNsConnPath<'a> {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/conn/os.rs:28:12
[INFO] [stdout]    |
[INFO] [stdout] 27 | impl<'a> OsNsConnPath<'a> {
[INFO] [stdout]    | ------------------------- associated function in this implementation
[INFO] [stdout] 28 |     pub fn new(
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ClientStatus` is never used
[INFO] [stdout]   --> src/conn/os.rs:84:6
[INFO] [stdout]    |
[INFO] [stdout] 84 | enum ClientStatus {
[INFO] [stdout]    |      ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SentCookie` is never constructed
[INFO] [stdout]   --> src/conn/os.rs:90:8
[INFO] [stdout]    |
[INFO] [stdout] 90 | struct SentCookie {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ServerStatus` is never used
[INFO] [stdout]   --> src/conn/os.rs:95:6
[INFO] [stdout]    |
[INFO] [stdout] 95 | enum ServerStatus {
[INFO] [stdout]    |      ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ReceivedCookie` is never constructed
[INFO] [stdout]    --> src/conn/os.rs:101:8
[INFO] [stdout]     |
[INFO] [stdout] 101 | struct ReceivedCookie {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `OsNsConnector` is never used
[INFO] [stdout]    --> src/conn/os.rs:107:7
[INFO] [stdout]     |
[INFO] [stdout] 107 | trait OsNsConnector: Sized + Sync {
[INFO] [stdout]     |       ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Tcp` is never constructed
[INFO] [stdout]    --> src/conn/os.rs:172:8
[INFO] [stdout]     |
[INFO] [stdout] 172 | struct Tcp {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Udp` is never constructed
[INFO] [stdout]    --> src/conn/os.rs:176:8
[INFO] [stdout]     |
[INFO] [stdout] 176 | struct Udp {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Host` is never used
[INFO] [stdout]   --> src/host/mod.rs:12:11
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub trait Host: Sized {
[INFO] [stdout]    |           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Interface` is never used
[INFO] [stdout]   --> src/host/mod.rs:41:11
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub trait Interface: Sized {
[INFO] [stdout]    |           ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `random_peer_addr_with_net` is never used
[INFO] [stdout]   --> src/host/mod.rs:49:4
[INFO] [stdout]    |
[INFO] [stdout] 49 | fn random_peer_addr_with_net(addr_with_net: IpNet) -> IpNet {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `OsHost` is never constructed
[INFO] [stdout]   --> src/host/os.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct OsHost {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `OsInterface` is never constructed
[INFO] [stdout]   --> src/host/os.rs:20:12
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub struct OsInterface {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple methods are never used
[INFO] [stdout]    --> src/host/os.rs:165:8
[INFO] [stdout]     |
[INFO] [stdout] 164 | impl OsNs {
[INFO] [stdout]     | --------- methods in this implementation
[INFO] [stdout] 165 |     fn enable_ipv4_forwarding(&mut self) -> Result<(), io::Error> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 170 |     fn enable_ipv6_forwarding(&mut self) -> Result<(), io::Error> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 175 |     fn add_veth_link(&mut self, name: &str, peer_name: &str) -> Result<(), io::Error> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 185 |     fn enable_link(&mut self, name: &str) -> Result<(), io::Error> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 190 |     fn move_link(&mut self, name: &str, other: &mut Self) -> Result<(), io::Error> {
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 204 |     fn set_addr(&mut self, name: &str, addr: IpNet) -> Result<(), io::Error> {
[INFO] [stdout]     |        ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 221 |     fn list_addrs(&self) -> Result<String, io::Error> {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 226 |     fn set_default_route(&mut self, addr: IpAddr) -> Result<(), io::Error> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 231 |     fn load_nft_rules<R: io::Read + Send>(&mut self, rules: R) -> Result<(), io::Error> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 236 |     fn list_nft_rules(&self) -> Result<String, io::Error> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `fd` and `fd_path` are never read
[INFO] [stdout]   --> src/os.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct OsNs {
[INFO] [stdout]    |            ---- fields in this struct
[INFO] [stdout] 15 |     fd: File,
[INFO] [stdout]    |     ^^
[INFO] [stdout] 16 |     /// Absolute path to the namespace. Valid only for the lifetime of this struct.
[INFO] [stdout] 17 |     fd_path: Box<Path>,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `OsNs` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `path`, `scoped`, `spawn_scoped`, `scoped_process`, and `scoped_process_with_input` are never used
[INFO] [stdout]    --> src/os.rs:69:12
[INFO] [stdout]     |
[INFO] [stdout]  20 | impl OsNs {
[INFO] [stdout]     | --------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  69 |     pub fn path(&self) -> &Path {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout]  73 |     pub fn scoped<'a, F, T>(&self, f: F) -> Result<T, io::Error>
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  82 |     fn spawn_scoped<'scope, 'env, F, T>(
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 105 |     pub fn scoped_process<S>(&self, program: &str, args: &[S]) -> Result<String, io::Error>
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 112 |     pub fn scoped_process_with_input<S, R>(
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.41s
[INFO] running `Command { std: "docker" "inspect" "c3b2f2fdec8cda143e240b315f0a900d9e8d7668c3b3ab3ae5801e5860683043", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c3b2f2fdec8cda143e240b315f0a900d9e8d7668c3b3ab3ae5801e5860683043", kill_on_drop: false }`
[INFO] [stdout] c3b2f2fdec8cda143e240b315f0a900d9e8d7668c3b3ab3ae5801e5860683043
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4db85400577b563aa809fe6a872fef8f40d94916aa1616f58e933cf88afe934d
[INFO] running `Command { std: "docker" "start" "-a" "4db85400577b563aa809fe6a872fef8f40d94916aa1616f58e933cf88afe934d", kill_on_drop: false }`
[INFO] [stderr]    Compiling firebreak v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: methods `source_name`, `target_name`, and `target_addr` are never used
[INFO] [stdout]   --> src/conn/mod.rs:11:8
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub trait ConnPath: Sync {
[INFO] [stdout]    |           -------- methods in this trait
[INFO] [stdout] 11 |     fn source_name(&self) -> &str;
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 12 |     fn source_addr(&self) -> IpAddr;
[INFO] [stdout] 13 |     fn target_name(&self) -> &str;
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 14 |     fn target_addr(&self) -> IpAddr;
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `name` is never used
[INFO] [stdout]   --> src/host/mod.rs:17:8
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub trait Host: Sized {
[INFO] [stdout]    |           ---- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 17 |     fn name(&self) -> &str;
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `name`, `addr_with_net`, and `addr` are never used
[INFO] [stdout]   --> src/host/mod.rs:42:8
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub trait Interface: Sized {
[INFO] [stdout]    |           --------- methods in this trait
[INFO] [stdout] 42 |     fn name(&self) -> &str;
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 43 |     fn addr_with_net(&self) -> IpNet;
[INFO] [stdout]    |        ^^^^^^^^^^^^^
[INFO] [stdout] 44 |     fn addr(&self) -> IpAddr {
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.50s
[INFO] running `Command { std: "docker" "inspect" "4db85400577b563aa809fe6a872fef8f40d94916aa1616f58e933cf88afe934d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4db85400577b563aa809fe6a872fef8f40d94916aa1616f58e933cf88afe934d", kill_on_drop: false }`
[INFO] [stdout] 4db85400577b563aa809fe6a872fef8f40d94916aa1616f58e933cf88afe934d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 778c1c865e2d1c5686a5e20bbc213ab064ca62040e5d91f137e0ed9a7c3debc7
[INFO] running `Command { std: "docker" "start" "-a" "778c1c865e2d1c5686a5e20bbc213ab064ca62040e5d91f137e0ed9a7c3debc7", kill_on_drop: false }`
[INFO] [stderr] warning: methods `source_name`, `target_name`, and `target_addr` are never used
[INFO] [stdout] 
[INFO] [stderr]   --> src/conn/mod.rs:11:8
[INFO] [stdout] running 41 tests
[INFO] [stderr]    |
[INFO] [stderr] 10 | pub trait ConnPath: Sync {
[INFO] [stderr]    |           -------- methods in this trait
[INFO] [stdout] test host::os::tests::test_accept_forward_firewall_with_udp_over_ipv6 ... FAILED
[INFO] [stderr] 11 |     fn source_name(&self) -> &str;
[INFO] [stderr]    |        ^^^^^^^^^^^
[INFO] [stderr] 12 |     fn source_addr(&self) -> IpAddr;
[INFO] [stderr] 13 |     fn target_name(&self) -> &str;
[INFO] [stderr]    |        ^^^^^^^^^^^
[INFO] [stderr] 14 |     fn target_addr(&self) -> IpAddr;
[INFO] [stderr]    |        ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: method `name` is never used
[INFO] [stderr]   --> src/host/mod.rs:17:8
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub trait Host: Sized {
[INFO] [stderr]    |           ---- method in this trait
[INFO] [stderr] ...
[INFO] [stderr] 17 |     fn name(&self) -> &str;
[INFO] [stderr]    |        ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `name`, `addr_with_net`, and `addr` are never used
[INFO] [stderr]   --> src/host/mod.rs:42:8
[INFO] [stderr]    |
[INFO] [stderr] 41 | pub trait Interface: Sized {
[INFO] [stderr]    |           --------- methods in this trait
[INFO] [stderr] 42 |     fn name(&self) -> &str;
[INFO] [stderr]    |        ^^^^
[INFO] [stderr] 43 |     fn addr_with_net(&self) -> IpNet;
[INFO] [stderr]    |        ^^^^^^^^^^^^^
[INFO] [stderr] 44 |     fn addr(&self) -> IpAddr {
[INFO] [stderr]    |        ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `firebreak` (bin "firebreak" test) generated 3 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/firebreak-17fef20338f55396)
[INFO] [stdout] test host::os::tests::test_accept_input_firewall_with_tcp_over_ipv6 ... FAILED
[INFO] [stdout] test host::os::tests::test_accept_output_firewall_with_tcp_over_ipv4 ... FAILED
[INFO] [stdout] test host::os::tests::test_accept_output_firewall_with_tcp_over_ipv6 ... FAILED
[INFO] [stdout] test host::os::tests::test_accept_input_firewall_with_udp_over_ipv6 ... FAILED
[INFO] [stdout] test host::os::tests::test_accept_forward_firewall_with_tcp_over_ipv6 ... FAILED
[INFO] [stdout] test host::os::tests::test_drop_forward_firewall_with_udp_over_ipv6 ... FAILED
[INFO] [stdout] test host::os::tests::test_accept_output_firewall_with_udp_over_ipv6 ... FAILED
[INFO] [stdout] test host::os::tests::test_accept_input_firewall_with_tcp_over_ipv4 ... FAILED
[INFO] [stdout] test host::os::tests::test_accept_forward_firewall_with_tcp_over_ipv4 ... FAILED
[INFO] [stdout] test host::os::tests::test_drop_input_firewall_with_udp_over_ipv6 ... FAILED
[INFO] [stdout] test host::os::tests::test_accept_output_firewall_with_udp_over_ipv4 ... FAILED
[INFO] [stdout] test host::os::tests::test_accept_input_firewall_with_udp_over_ipv4 ... FAILED
[INFO] [stdout] test host::os::tests::test_drop_output_firewall_with_udp_over_ipv6 ... FAILED
[INFO] [stdout] test host::os::tests::test_reject_forward_firewall_with_tcp_over_ipv6 ... FAILED
[INFO] [stdout] test host::os::tests::test_reject_forward_firewall_with_udp_over_ipv4 ... FAILED
[INFO] [stdout] test host::os::tests::test_reject_forward_firewall_with_udp_over_ipv6 ... FAILED
[INFO] [stdout] test host::os::tests::test_reject_forward_firewall_with_tcp_over_ipv4 ... FAILED
[INFO] [stdout] test host::os::tests::test_accept_forward_firewall_with_udp_over_ipv4 ... FAILED
[INFO] [stdout] test host::os::tests::test_drop_input_firewall_with_tcp_over_ipv4 ... FAILED
[INFO] [stdout] test host::os::tests::test_drop_output_firewall_with_tcp_over_ipv6 ... FAILED
[INFO] [stdout] test host::os::tests::test_drop_output_firewall_with_tcp_over_ipv4 ... FAILED
[INFO] [stdout] test host::os::tests::test_drop_forward_firewall_with_udp_over_ipv4 ... FAILED
[INFO] [stdout] test conn::os::tests::tcp_v6_ok ... FAILED
[INFO] [stdout] test host::os::tests::test_drop_forward_firewall_with_tcp_over_ipv6 ... FAILED
[INFO] [stdout] test host::os::tests::test_reject_input_firewall_with_tcp_over_ipv4 ... FAILED
[INFO] [stdout] test host::os::tests::test_drop_input_firewall_with_tcp_over_ipv6 ... FAILED
[INFO] [stdout] test conn::os::tests::tcp_v4_ok ... FAILED
[INFO] [stdout] test host::os::tests::test_drop_forward_firewall_with_tcp_over_ipv4 ... FAILED
[INFO] [stdout] test host::os::tests::test_drop_input_firewall_with_udp_over_ipv4 ... FAILED
[INFO] [stdout] test host::os::tests::test_reject_input_firewall_with_udp_over_ipv4 ... FAILED
[INFO] [stdout] test conn::os::tests::udp_v6_ok ... FAILED
[INFO] [stdout] test conn::os::tests::udp_v4_ok ... FAILED
[INFO] [stdout] test host::os::tests::test_reject_input_firewall_with_udp_over_ipv6 ... FAILED
[INFO] [stdout] test host::os::tests::test_reject_output_firewall_with_tcp_over_ipv4 ... FAILED
[INFO] [stdout] test host::os::tests::test_drop_output_firewall_with_udp_over_ipv4 ... FAILED
[INFO] [stdout] test host::os::tests::test_reject_input_firewall_with_tcp_over_ipv6 ... FAILED
[INFO] [stdout] test host::os::tests::test_reject_output_firewall_with_tcp_over_ipv6 ... FAILED
[INFO] [stdout] test host::os::tests::test_reject_output_firewall_with_udp_over_ipv6 ... FAILED
[INFO] [stdout] test os::tests::add_veth_link ... FAILED
[INFO] [stdout] test host::os::tests::test_reject_output_firewall_with_udp_over_ipv4 ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- host::os::tests::test_accept_forward_firewall_with_udp_over_ipv6 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'host::os::tests::test_accept_forward_firewall_with_udp_over_ipv6' (24) panicked at src/main.rs:28:42:
[INFO] [stdout] Failed to create new user namespace: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::trace_unsynchronized::<std[d054f6f42beb1baa]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x629d922d2f78 - std[d054f6f42beb1baa]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x629d922d2f78 - <<std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[5a1c3e9896636f3a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x629d922e89aa - <core[5a1c3e9896636f3a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x629d922e89aa - core[5a1c3e9896636f3a]::fmt::write
[INFO] [stdout]    6:     0x629d922d7ee2 - std[d054f6f42beb1baa]::io::default_write_fmt::<alloc[154f689e5dd3bae5]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x629d922d7ee2 - <alloc[154f689e5dd3bae5]::vec::Vec<u8> as std[d054f6f42beb1baa]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x629d922b0b16 - <std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x629d922b0b16 - std[d054f6f42beb1baa]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x629d922caad9 - std[d054f6f42beb1baa]::panicking::default_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x629d921bb65c - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x629d921bb65c - test[fad20673b750c10e]::test_main_inner::<test[fad20673b750c10e]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x629d922cad52 - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x629d922cad52 - std[d054f6f42beb1baa]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x629d922b0bd2 - std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x629d922a8539 - std[d054f6f42beb1baa]::sys::backtrace::__rust_end_short_backtrace::<std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x629d922b18ed - __rustc[7ab284efd7f33ea8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x629d922e919c - core[5a1c3e9896636f3a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x629d922e8ee2 - core[5a1c3e9896636f3a]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/result.rs:1872:5
[INFO] [stdout]   20:     0x629d92231d6c - <core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x629d92008ca2 - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:28:42
[INFO] [stdout]   22:     0x629d92008ca2 - <<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x629d9200b74a - <lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get::<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:31:29
[INFO] [stdout]   24:     0x629d9206702d - <std[d054f6f42beb1baa]::sync::once::Once>::call_once::<<lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sync/once.rs:166:41
[INFO] [stdout]   25:     0x629d922b6249 - <std[d054f6f42beb1baa]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   26:     0x629d92063b59 - <std[d054f6f42beb1baa]::sync::once::Once>::call_once::<<lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>::{closure#0}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sync/once.rs:166:20
[INFO] [stdout]   27:     0x629d92042cfb - <lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get::<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16
[INFO] [stdout]   28:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__stability
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:142:26
[INFO] [stdout]   29:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:144:17
[INFO] [stdout]   30:     0x629d91ff51e1 - firebreak[1c9b20da199f35fa]::host::os::tests::test_forward::<firebreak[1c9b20da199f35fa]::host::os::tests::build_accept, firebreak[1c9b20da199f35fa]::host::os::tests::expect_ok>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:357:9
[INFO] [stdout]   31:     0x629d91ffbe7a - firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_udp_over_ipv6::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:433:23
[INFO] [stdout]   32:     0x629d920100fd - <core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_udp_over_ipv6::{closure#0}> as core[5a1c3e9896636f3a]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/future/future.rs:133:9
[INFO] [stdout]   33:     0x629d91fc51ed - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:74
[INFO] [stdout]   34:     0x629d920397d9 - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:121:9
[INFO] [stdout]   35:     0x629d91fd142c - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::try_with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   36:     0x629d91fc861e - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   37:     0x629d91fc053c - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:114:13
[INFO] [stdout]   38:     0x629d91fc053c - tokio[d554e27b711f5a0a]::coop::budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:98:5
[INFO] [stdout]   39:     0x629d91fc053c - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:35
[INFO] [stdout]   40:     0x629d91fc2c0a - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:29
[INFO] [stdout]   41:     0x629d92040b6d - <tokio[d554e27b711f5a0a]::macros::scoped_tls::ScopedKey<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Context>>::set::<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   42:     0x629d91fad0f4 - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:13
[INFO] [stdout]   43:     0x629d91fa4c03 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_udp_over_ipv6::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:185:9
[INFO] [stdout]   44:     0x629d91fa4473 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::InnerGuard<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_udp_over_ipv6::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:414:38
[INFO] [stdout]   45:     0x629d91fa1af1 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::BasicScheduler<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_udp_over_ipv6::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:145:30
[INFO] [stdout]   46:     0x629d9205c13a - <tokio[d554e27b711f5a0a]::runtime::Runtime>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_udp_over_ipv6::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/mod.rs:440:51
[INFO] [stdout]   47:     0x629d92000594 - firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_udp_over_ipv6
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:426:17
[INFO] [stdout]   48:     0x629d91ff7a57 - firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_udp_over_ipv6::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:427:104
[INFO] [stdout]   49:     0x629d920086d6 - <firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_udp_over_ipv6::{closure#0} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x629d921ae73b - <fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x629d921ae73b - test[fad20673b750c10e]::__rust_begin_short_backtrace::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:724:18
[INFO] [stdout]   52:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:74
[INFO] [stdout]   53:     0x629d921bbfb5 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   54:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   55:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   56:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:27
[INFO] [stdout]   58:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:668:43
[INFO] [stdout]   59:     0x629d921b6b14 - test[fad20673b750c10e]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:698:41
[INFO] [stdout]   60:     0x629d921b6b14 - std[d054f6f42beb1baa]::sys::backtrace::__rust_begin_short_backtrace::<test[fad20673b750c10e]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   61:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   62:     0x629d921bf032 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   63:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   64:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::<(), core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   65:     0x629d921bf032 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   66:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   67:     0x629d921bf032 - <std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x629d922d250f - <alloc[154f689e5dd3bae5]::boxed::Box<dyn core[5a1c3e9896636f3a]::ops::function::FnOnce<(), Output = ()> + core[5a1c3e9896636f3a]::marker::Send> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   69:     0x629d922d250f - <std[d054f6f42beb1baa]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   70:     0x78f159357aa4 - <unknown>
[INFO] [stdout]   71:     0x78f1593e4a64 - clone
[INFO] [stdout]   72:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- host::os::tests::test_accept_input_firewall_with_tcp_over_ipv6 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'host::os::tests::test_accept_input_firewall_with_tcp_over_ipv6' (27) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16:
[INFO] [stdout] Once instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::trace_unsynchronized::<std[d054f6f42beb1baa]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x629d922d2f78 - std[d054f6f42beb1baa]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x629d922d2f78 - <<std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[5a1c3e9896636f3a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x629d922e89aa - <core[5a1c3e9896636f3a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x629d922e89aa - core[5a1c3e9896636f3a]::fmt::write
[INFO] [stdout]    6:     0x629d922d7ee2 - std[d054f6f42beb1baa]::io::default_write_fmt::<alloc[154f689e5dd3bae5]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x629d922d7ee2 - <alloc[154f689e5dd3bae5]::vec::Vec<u8> as std[d054f6f42beb1baa]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x629d922b0b16 - <std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x629d922b0b16 - std[d054f6f42beb1baa]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x629d922caad9 - std[d054f6f42beb1baa]::panicking::default_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x629d921bb65c - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x629d921bb65c - test[fad20673b750c10e]::test_main_inner::<test[fad20673b750c10e]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x629d922cad52 - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x629d922cad52 - std[d054f6f42beb1baa]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x629d922b0c04 - std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x629d922a8539 - std[d054f6f42beb1baa]::sys::backtrace::__rust_end_short_backtrace::<std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x629d922b18ed - __rustc[7ab284efd7f33ea8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x629d922e919c - core[5a1c3e9896636f3a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x629d922b6382 - <std[d054f6f42beb1baa]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/sync/once/futex.rs:155:21
[INFO] [stdout]   20:     0x629d92063b59 - <std[d054f6f42beb1baa]::sync::once::Once>::call_once::<<lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>::{closure#0}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sync/once.rs:166:20
[INFO] [stdout]   21:     0x629d92042cfb - <lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get::<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16
[INFO] [stdout]   22:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__stability
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:142:26
[INFO] [stdout]   23:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:144:17
[INFO] [stdout]   24:     0x629d91fee689 - firebreak[1c9b20da199f35fa]::host::os::tests::test_input::<firebreak[1c9b20da199f35fa]::host::os::tests::build_accept, firebreak[1c9b20da199f35fa]::host::os::tests::expect_ok>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:277:9
[INFO] [stdout]   25:     0x629d91ff8fb7 - firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_tcp_over_ipv6::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:433:23
[INFO] [stdout]   26:     0x629d9200fb7d - <core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_tcp_over_ipv6::{closure#0}> as core[5a1c3e9896636f3a]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x629d91fc3a8d - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:74
[INFO] [stdout]   28:     0x629d92037af9 - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:121:9
[INFO] [stdout]   29:     0x629d91fcfb6c - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::try_with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   30:     0x629d91fc7dde - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   31:     0x629d91fb62fc - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:114:13
[INFO] [stdout]   32:     0x629d91fb62fc - tokio[d554e27b711f5a0a]::coop::budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:98:5
[INFO] [stdout]   33:     0x629d91fb62fc - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:35
[INFO] [stdout]   34:     0x629d91fc294a - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:29
[INFO] [stdout]   35:     0x629d9203f56d - <tokio[d554e27b711f5a0a]::macros::scoped_tls::ScopedKey<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Context>>::set::<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   36:     0x629d91fa7fd4 - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:13
[INFO] [stdout]   37:     0x629d91fa4943 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_tcp_over_ipv6::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:185:9
[INFO] [stdout]   38:     0x629d91fa33f3 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::InnerGuard<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_tcp_over_ipv6::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:414:38
[INFO] [stdout]   39:     0x629d91f9d791 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::BasicScheduler<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_tcp_over_ipv6::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:145:30
[INFO] [stdout]   40:     0x629d92059c1a - <tokio[d554e27b711f5a0a]::runtime::Runtime>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_tcp_over_ipv6::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/mod.rs:440:51
[INFO] [stdout]   41:     0x629d91ffddb4 - firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_tcp_over_ipv6
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:426:17
[INFO] [stdout]   42:     0x629d91ff7637 - firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_tcp_over_ipv6::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:427:104
[INFO] [stdout]   43:     0x629d92008156 - <firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_tcp_over_ipv6::{closure#0} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x629d921ae73b - <fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x629d921ae73b - test[fad20673b750c10e]::__rust_begin_short_backtrace::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:724:18
[INFO] [stdout]   46:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:74
[INFO] [stdout]   47:     0x629d921bbfb5 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   48:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   49:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   50:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:27
[INFO] [stdout]   52:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:668:43
[INFO] [stdout]   53:     0x629d921b6b14 - test[fad20673b750c10e]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:698:41
[INFO] [stdout]   54:     0x629d921b6b14 - std[d054f6f42beb1baa]::sys::backtrace::__rust_begin_short_backtrace::<test[fad20673b750c10e]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   55:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   56:     0x629d921bf032 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::<(), core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x629d921bf032 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   61:     0x629d921bf032 - <std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x629d922d250f - <alloc[154f689e5dd3bae5]::boxed::Box<dyn core[5a1c3e9896636f3a]::ops::function::FnOnce<(), Output = ()> + core[5a1c3e9896636f3a]::marker::Send> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   63:     0x629d922d250f - <std[d054f6f42beb1baa]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   64:     0x78f159357aa4 - <unknown>
[INFO] [stdout]   65:     0x78f1593e4a64 - clone
[INFO] [stdout]   66:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- host::os::tests::test_accept_output_firewall_with_tcp_over_ipv4 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'host::os::tests::test_accept_output_firewall_with_tcp_over_ipv4' (30) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16:
[INFO] [stdout] Once instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::trace_unsynchronized::<std[d054f6f42beb1baa]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x629d922d2f78 - std[d054f6f42beb1baa]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x629d922d2f78 - <<std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[5a1c3e9896636f3a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x629d922e89aa - <core[5a1c3e9896636f3a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x629d922e89aa - core[5a1c3e9896636f3a]::fmt::write
[INFO] [stdout]    6:     0x629d922d7ee2 - std[d054f6f42beb1baa]::io::default_write_fmt::<alloc[154f689e5dd3bae5]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x629d922d7ee2 - <alloc[154f689e5dd3bae5]::vec::Vec<u8> as std[d054f6f42beb1baa]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x629d922b0b16 - <std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x629d922b0b16 - std[d054f6f42beb1baa]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x629d922caad9 - std[d054f6f42beb1baa]::panicking::default_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x629d921bb65c - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x629d921bb65c - test[fad20673b750c10e]::test_main_inner::<test[fad20673b750c10e]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x629d922cad52 - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x629d922cad52 - std[d054f6f42beb1baa]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x629d922b0c04 - std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x629d922a8539 - std[d054f6f42beb1baa]::sys::backtrace::__rust_end_short_backtrace::<std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x629d922b18ed - __rustc[7ab284efd7f33ea8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x629d922e919c - core[5a1c3e9896636f3a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x629d922b6382 - <std[d054f6f42beb1baa]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/sync/once/futex.rs:155:21
[INFO] [stdout]   20:     0x629d92063b59 - <std[d054f6f42beb1baa]::sync::once::Once>::call_once::<<lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>::{closure#0}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sync/once.rs:166:20
[INFO] [stdout]   21:     0x629d92042cfb - <lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get::<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16
[INFO] [stdout]   22:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__stability
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:142:26
[INFO] [stdout]   23:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:144:17
[INFO] [stdout]   24:     0x629d91ff2249 - firebreak[1c9b20da199f35fa]::host::os::tests::test_output::<firebreak[1c9b20da199f35fa]::host::os::tests::build_accept, firebreak[1c9b20da199f35fa]::host::os::tests::expect_ok>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:317:9
[INFO] [stdout]   25:     0x629d91ffa717 - firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_tcp_over_ipv4::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:433:23
[INFO] [stdout]   26:     0x629d9200fe3d - <core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_tcp_over_ipv4::{closure#0}> as core[5a1c3e9896636f3a]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x629d91fc463d - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:74
[INFO] [stdout]   28:     0x629d92038969 - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:121:9
[INFO] [stdout]   29:     0x629d91fd07cc - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::try_with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   30:     0x629d91fc81fe - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   31:     0x629d91fbb41c - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:114:13
[INFO] [stdout]   32:     0x629d91fbb41c - tokio[d554e27b711f5a0a]::coop::budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:98:5
[INFO] [stdout]   33:     0x629d91fbb41c - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:35
[INFO] [stdout]   34:     0x629d91fc2aaa - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:29
[INFO] [stdout]   35:     0x629d9204006d - <tokio[d554e27b711f5a0a]::macros::scoped_tls::ScopedKey<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Context>>::set::<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   36:     0x629d91faa864 - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:13
[INFO] [stdout]   37:     0x629d91fa4aa3 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_tcp_over_ipv4::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:185:9
[INFO] [stdout]   38:     0x629d91fa3c33 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::InnerGuard<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_tcp_over_ipv4::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:414:38
[INFO] [stdout]   39:     0x629d91f9f941 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::BasicScheduler<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_tcp_over_ipv4::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:145:30
[INFO] [stdout]   40:     0x629d9205aeaa - <tokio[d554e27b711f5a0a]::runtime::Runtime>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_tcp_over_ipv4::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/mod.rs:440:51
[INFO] [stdout]   41:     0x629d91fff1a4 - firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_tcp_over_ipv4
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:426:17
[INFO] [stdout]   42:     0x629d91ff7847 - firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_tcp_over_ipv4::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:427:104
[INFO] [stdout]   43:     0x629d92008416 - <firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_tcp_over_ipv4::{closure#0} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x629d921ae73b - <fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x629d921ae73b - test[fad20673b750c10e]::__rust_begin_short_backtrace::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:724:18
[INFO] [stdout]   46:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:74
[INFO] [stdout]   47:     0x629d921bbfb5 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   48:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   49:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   50:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:27
[INFO] [stdout]   52:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:668:43
[INFO] [stdout]   53:     0x629d921b6b14 - test[fad20673b750c10e]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:698:41
[INFO] [stdout]   54:     0x629d921b6b14 - std[d054f6f42beb1baa]::sys::backtrace::__rust_begin_short_backtrace::<test[fad20673b750c10e]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   55:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   56:     0x629d921bf032 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::<(), core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x629d921bf032 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   61:     0x629d921bf032 - <std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x629d922d250f - <alloc[154f689e5dd3bae5]::boxed::Box<dyn core[5a1c3e9896636f3a]::ops::function::FnOnce<(), Output = ()> + core[5a1c3e9896636f3a]::marker::Send> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   63:     0x629d922d250f - <std[d054f6f42beb1baa]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   64:     0x78f159357aa4 - <unknown>
[INFO] [stdout]   65:     0x78f1593e4a64 - clone
[INFO] [stdout]   66:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- host::os::tests::test_accept_output_firewall_with_tcp_over_ipv6 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'host::os::tests::test_accept_output_firewall_with_tcp_over_ipv6' (31) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16:
[INFO] [stdout] Once instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::trace_unsynchronized::<std[d054f6f42beb1baa]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x629d922d2f78 - std[d054f6f42beb1baa]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x629d922d2f78 - <<std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[5a1c3e9896636f3a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x629d922e89aa - <core[5a1c3e9896636f3a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x629d922e89aa - core[5a1c3e9896636f3a]::fmt::write
[INFO] [stdout]    6:     0x629d922d7ee2 - std[d054f6f42beb1baa]::io::default_write_fmt::<alloc[154f689e5dd3bae5]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x629d922d7ee2 - <alloc[154f689e5dd3bae5]::vec::Vec<u8> as std[d054f6f42beb1baa]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x629d922b0b16 - <std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x629d922b0b16 - std[d054f6f42beb1baa]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x629d922caad9 - std[d054f6f42beb1baa]::panicking::default_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x629d921bb65c - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x629d921bb65c - test[fad20673b750c10e]::test_main_inner::<test[fad20673b750c10e]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x629d922cad52 - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x629d922cad52 - std[d054f6f42beb1baa]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x629d922b0c04 - std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x629d922a8539 - std[d054f6f42beb1baa]::sys::backtrace::__rust_end_short_backtrace::<std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x629d922b18ed - __rustc[7ab284efd7f33ea8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x629d922e919c - core[5a1c3e9896636f3a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x629d922b6382 - <std[d054f6f42beb1baa]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/sync/once/futex.rs:155:21
[INFO] [stdout]   20:     0x629d92063b59 - <std[d054f6f42beb1baa]::sync::once::Once>::call_once::<<lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>::{closure#0}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sync/once.rs:166:20
[INFO] [stdout]   21:     0x629d92042cfb - <lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get::<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16
[INFO] [stdout]   22:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__stability
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:142:26
[INFO] [stdout]   23:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:144:17
[INFO] [stdout]   24:     0x629d91ff2249 - firebreak[1c9b20da199f35fa]::host::os::tests::test_output::<firebreak[1c9b20da199f35fa]::host::os::tests::build_accept, firebreak[1c9b20da199f35fa]::host::os::tests::expect_ok>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:317:9
[INFO] [stdout]   25:     0x629d91ffa937 - firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_tcp_over_ipv6::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:433:23
[INFO] [stdout]   26:     0x629d9200fe7d - <core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_tcp_over_ipv6::{closure#0}> as core[5a1c3e9896636f3a]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x629d91fc474d - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:74
[INFO] [stdout]   28:     0x629d92038ab9 - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:121:9
[INFO] [stdout]   29:     0x629d91fd08ec - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::try_with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   30:     0x629d91fc825e - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   31:     0x629d91fbbb7c - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:114:13
[INFO] [stdout]   32:     0x629d91fbbb7c - tokio[d554e27b711f5a0a]::coop::budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:98:5
[INFO] [stdout]   33:     0x629d91fbbb7c - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:35
[INFO] [stdout]   34:     0x629d91fc2aca - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:29
[INFO] [stdout]   35:     0x629d9204016d - <tokio[d554e27b711f5a0a]::macros::scoped_tls::ScopedKey<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Context>>::set::<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   36:     0x629d91faac14 - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:13
[INFO] [stdout]   37:     0x629d91fa4ac3 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_tcp_over_ipv6::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:185:9
[INFO] [stdout]   38:     0x629d91fa3cf3 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::InnerGuard<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_tcp_over_ipv6::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:414:38
[INFO] [stdout]   39:     0x629d91f9fc51 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::BasicScheduler<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_tcp_over_ipv6::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:145:30
[INFO] [stdout]   40:     0x629d9205b05a - <tokio[d554e27b711f5a0a]::runtime::Runtime>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_tcp_over_ipv6::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/mod.rs:440:51
[INFO] [stdout]   41:     0x629d91fff374 - firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_tcp_over_ipv6
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:426:17
[INFO] [stdout]   42:     0x629d91ff7877 - firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_tcp_over_ipv6::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:427:104
[INFO] [stdout]   43:     0x629d92008456 - <firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_tcp_over_ipv6::{closure#0} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x629d921ae73b - <fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x629d921ae73b - test[fad20673b750c10e]::__rust_begin_short_backtrace::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:724:18
[INFO] [stdout]   46:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:74
[INFO] [stdout]   47:     0x629d921bbfb5 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   48:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   49:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   50:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:27
[INFO] [stdout]   52:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:668:43
[INFO] [stdout]   53:     0x629d921b6b14 - test[fad20673b750c10e]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:698:41
[INFO] [stdout]   54:     0x629d921b6b14 - std[d054f6f42beb1baa]::sys::backtrace::__rust_begin_short_backtrace::<test[fad20673b750c10e]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   55:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   56:     0x629d921bf032 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::<(), core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x629d921bf032 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   61:     0x629d921bf032 - <std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x629d922d250f - <alloc[154f689e5dd3bae5]::boxed::Box<dyn core[5a1c3e9896636f3a]::ops::function::FnOnce<(), Output = ()> + core[5a1c3e9896636f3a]::marker::Send> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   63:     0x629d922d250f - <std[d054f6f42beb1baa]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   64:     0x78f159357aa4 - <unknown>
[INFO] [stdout]   65:     0x78f1593e4a64 - clone
[INFO] [stdout]   66:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- host::os::tests::test_accept_input_firewall_with_udp_over_ipv6 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'host::os::tests::test_accept_input_firewall_with_udp_over_ipv6' (29) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16:
[INFO] [stdout] Once instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::trace_unsynchronized::<std[d054f6f42beb1baa]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x629d922d2f78 - std[d054f6f42beb1baa]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x629d922d2f78 - <<std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[5a1c3e9896636f3a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x629d922e89aa - <core[5a1c3e9896636f3a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x629d922e89aa - core[5a1c3e9896636f3a]::fmt::write
[INFO] [stdout]    6:     0x629d922d7ee2 - std[d054f6f42beb1baa]::io::default_write_fmt::<alloc[154f689e5dd3bae5]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x629d922d7ee2 - <alloc[154f689e5dd3bae5]::vec::Vec<u8> as std[d054f6f42beb1baa]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x629d922b0b16 - <std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x629d922b0b16 - std[d054f6f42beb1baa]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x629d922caad9 - std[d054f6f42beb1baa]::panicking::default_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x629d921bb65c - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x629d921bb65c - test[fad20673b750c10e]::test_main_inner::<test[fad20673b750c10e]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x629d922cad52 - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x629d922cad52 - std[d054f6f42beb1baa]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x629d922b0c04 - std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x629d922a8539 - std[d054f6f42beb1baa]::sys::backtrace::__rust_end_short_backtrace::<std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x629d922b18ed - __rustc[7ab284efd7f33ea8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x629d922e919c - core[5a1c3e9896636f3a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x629d922b6382 - <std[d054f6f42beb1baa]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/sync/once/futex.rs:155:21
[INFO] [stdout]   20:     0x629d92063b59 - <std[d054f6f42beb1baa]::sync::once::Once>::call_once::<<lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>::{closure#0}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sync/once.rs:166:20
[INFO] [stdout]   21:     0x629d92042cfb - <lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get::<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16
[INFO] [stdout]   22:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__stability
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:142:26
[INFO] [stdout]   23:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:144:17
[INFO] [stdout]   24:     0x629d91fee689 - firebreak[1c9b20da199f35fa]::host::os::tests::test_input::<firebreak[1c9b20da199f35fa]::host::os::tests::build_accept, firebreak[1c9b20da199f35fa]::host::os::tests::expect_ok>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:277:9
[INFO] [stdout]   25:     0x629d91ff93fa - firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_udp_over_ipv6::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:433:23
[INFO] [stdout]   26:     0x629d9200fbfd - <core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_udp_over_ipv6::{closure#0}> as core[5a1c3e9896636f3a]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x629d91fc3cad - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:74
[INFO] [stdout]   28:     0x629d92037d99 - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:121:9
[INFO] [stdout]   29:     0x629d91fcfdac - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::try_with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   30:     0x629d91fc7e9e - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   31:     0x629d91fb71bc - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:114:13
[INFO] [stdout]   32:     0x629d91fb71bc - tokio[d554e27b711f5a0a]::coop::budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:98:5
[INFO] [stdout]   33:     0x629d91fb71bc - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:35
[INFO] [stdout]   34:     0x629d91fc298a - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:29
[INFO] [stdout]   35:     0x629d9203f76d - <tokio[d554e27b711f5a0a]::macros::scoped_tls::ScopedKey<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Context>>::set::<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   36:     0x629d91fa8734 - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:13
[INFO] [stdout]   37:     0x629d91fa4983 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_udp_over_ipv6::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:185:9
[INFO] [stdout]   38:     0x629d91fa3573 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::InnerGuard<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_udp_over_ipv6::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:414:38
[INFO] [stdout]   39:     0x629d91f9ddb1 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::BasicScheduler<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_udp_over_ipv6::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:145:30
[INFO] [stdout]   40:     0x629d92059f7a - <tokio[d554e27b711f5a0a]::runtime::Runtime>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_udp_over_ipv6::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/mod.rs:440:51
[INFO] [stdout]   41:     0x629d91ffe154 - firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_udp_over_ipv6
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:426:17
[INFO] [stdout]   42:     0x629d91ff7697 - firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_udp_over_ipv6::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:427:104
[INFO] [stdout]   43:     0x629d920081d6 - <firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_udp_over_ipv6::{closure#0} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x629d921ae73b - <fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x629d921ae73b - test[fad20673b750c10e]::__rust_begin_short_backtrace::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:724:18
[INFO] [stdout]   46:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:74
[INFO] [stdout]   47:     0x629d921bbfb5 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   48:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   49:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   50:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:27
[INFO] [stdout]   52:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:668:43
[INFO] [stdout]   53:     0x629d921b6b14 - test[fad20673b750c10e]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:698:41
[INFO] [stdout]   54:     0x629d921b6b14 - std[d054f6f42beb1baa]::sys::backtrace::__rust_begin_short_backtrace::<test[fad20673b750c10e]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   55:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   56:     0x629d921bf032 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::<(), core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x629d921bf032 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   61:     0x629d921bf032 - <std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x629d922d250f - <alloc[154f689e5dd3bae5]::boxed::Box<dyn core[5a1c3e9896636f3a]::ops::function::FnOnce<(), Output = ()> + core[5a1c3e9896636f3a]::marker::Send> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   63:     0x629d922d250f - <std[d054f6f42beb1baa]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   64:     0x78f159357aa4 - <unknown>
[INFO] [stdout]   65:     0x78f1593e4a64 - clone
[INFO] [stdout]   66:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- host::os::tests::test_accept_forward_firewall_with_tcp_over_ipv6 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'host::os::tests::test_accept_forward_firewall_with_tcp_over_ipv6' (22) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16:
[INFO] [stdout] Once instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::trace_unsynchronized::<std[d054f6f42beb1baa]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x629d922d2f78 - std[d054f6f42beb1baa]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x629d922d2f78 - <<std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[5a1c3e9896636f3a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x629d922e89aa - <core[5a1c3e9896636f3a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x629d922e89aa - core[5a1c3e9896636f3a]::fmt::write
[INFO] [stdout]    6:     0x629d922d7ee2 - std[d054f6f42beb1baa]::io::default_write_fmt::<alloc[154f689e5dd3bae5]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x629d922d7ee2 - <alloc[154f689e5dd3bae5]::vec::Vec<u8> as std[d054f6f42beb1baa]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x629d922b0b16 - <std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x629d922b0b16 - std[d054f6f42beb1baa]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x629d922caad9 - std[d054f6f42beb1baa]::panicking::default_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x629d921bb65c - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x629d921bb65c - test[fad20673b750c10e]::test_main_inner::<test[fad20673b750c10e]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x629d922cad52 - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x629d922cad52 - std[d054f6f42beb1baa]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x629d922b0c04 - std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x629d922a8539 - std[d054f6f42beb1baa]::sys::backtrace::__rust_end_short_backtrace::<std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x629d922b18ed - __rustc[7ab284efd7f33ea8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x629d922e919c - core[5a1c3e9896636f3a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x629d922b6382 - <std[d054f6f42beb1baa]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/sync/once/futex.rs:155:21
[INFO] [stdout]   20:     0x629d92063b59 - <std[d054f6f42beb1baa]::sync::once::Once>::call_once::<<lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>::{closure#0}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sync/once.rs:166:20
[INFO] [stdout]   21:     0x629d92042cfb - <lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get::<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16
[INFO] [stdout]   22:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__stability
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:142:26
[INFO] [stdout]   23:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:144:17
[INFO] [stdout]   24:     0x629d91ff51e1 - firebreak[1c9b20da199f35fa]::host::os::tests::test_forward::<firebreak[1c9b20da199f35fa]::host::os::tests::build_accept, firebreak[1c9b20da199f35fa]::host::os::tests::expect_ok>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:357:9
[INFO] [stdout]   25:     0x629d91ffba37 - firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_tcp_over_ipv6::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:433:23
[INFO] [stdout]   26:     0x629d9201007d - <core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_tcp_over_ipv6::{closure#0}> as core[5a1c3e9896636f3a]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x629d91fc4fcd - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:74
[INFO] [stdout]   28:     0x629d92039539 - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:121:9
[INFO] [stdout]   29:     0x629d91fd11ec - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::try_with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   30:     0x629d91fc855e - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   31:     0x629d91fbf67c - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:114:13
[INFO] [stdout]   32:     0x629d91fbf67c - tokio[d554e27b711f5a0a]::coop::budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:98:5
[INFO] [stdout]   33:     0x629d91fbf67c - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:35
[INFO] [stdout]   34:     0x629d91fc2bca - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:29
[INFO] [stdout]   35:     0x629d9204096d - <tokio[d554e27b711f5a0a]::macros::scoped_tls::ScopedKey<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Context>>::set::<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   36:     0x629d91fac994 - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:13
[INFO] [stdout]   37:     0x629d91fa4bc3 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_tcp_over_ipv6::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:185:9
[INFO] [stdout]   38:     0x629d91fa42f3 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::InnerGuard<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_tcp_over_ipv6::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:414:38
[INFO] [stdout]   39:     0x629d91fa14d1 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::BasicScheduler<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_tcp_over_ipv6::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:145:30
[INFO] [stdout]   40:     0x629d9205bdda - <tokio[d554e27b711f5a0a]::runtime::Runtime>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_tcp_over_ipv6::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/mod.rs:440:51
[INFO] [stdout]   41:     0x629d920001f4 - firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_tcp_over_ipv6
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:426:17
[INFO] [stdout]   42:     0x629d91ff79f7 - firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_tcp_over_ipv6::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:427:104
[INFO] [stdout]   43:     0x629d92008656 - <firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_tcp_over_ipv6::{closure#0} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x629d921ae73b - <fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x629d921ae73b - test[fad20673b750c10e]::__rust_begin_short_backtrace::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:724:18
[INFO] [stdout]   46:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:74
[INFO] [stdout]   47:     0x629d921bbfb5 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   48:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   49:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   50:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:27
[INFO] [stdout]   52:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:668:43
[INFO] [stdout]   53:     0x629d921b6b14 - test[fad20673b750c10e]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:698:41
[INFO] [stdout]   54:     0x629d921b6b14 - std[d054f6f42beb1baa]::sys::backtrace::__rust_begin_short_backtrace::<test[fad20673b750c10e]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   55:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   56:     0x629d921bf032 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::<(), core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x629d921bf032 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   61:     0x629d921bf032 - <std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x629d922d250f - <alloc[154f689e5dd3bae5]::boxed::Box<dyn core[5a1c3e9896636f3a]::ops::function::FnOnce<(), Output = ()> + core[5a1c3e9896636f3a]::marker::Send> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   63:     0x629d922d250f - <std[d054f6f42beb1baa]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   64:     0x78f159357aa4 - <unknown>
[INFO] [stdout]   65:     0x78f1593e4a64 - clone
[INFO] [stdout]   66:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- host::os::tests::test_drop_forward_firewall_with_udp_over_ipv6 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'host::os::tests::test_drop_forward_firewall_with_udp_over_ipv6' (37) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16:
[INFO] [stdout] Once instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::trace_unsynchronized::<std[d054f6f42beb1baa]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x629d922d2f78 - std[d054f6f42beb1baa]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x629d922d2f78 - <<std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[5a1c3e9896636f3a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x629d922e89aa - <core[5a1c3e9896636f3a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x629d922e89aa - core[5a1c3e9896636f3a]::fmt::write
[INFO] [stdout]    6:     0x629d922d7ee2 - std[d054f6f42beb1baa]::io::default_write_fmt::<alloc[154f689e5dd3bae5]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x629d922d7ee2 - <alloc[154f689e5dd3bae5]::vec::Vec<u8> as std[d054f6f42beb1baa]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x629d922b0b16 - <std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x629d922b0b16 - std[d054f6f42beb1baa]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x629d922caad9 - std[d054f6f42beb1baa]::panicking::default_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x629d921bb65c - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x629d921bb65c - test[fad20673b750c10e]::test_main_inner::<test[fad20673b750c10e]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x629d922cad52 - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x629d922cad52 - std[d054f6f42beb1baa]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x629d922b0c04 - std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x629d922a8539 - std[d054f6f42beb1baa]::sys::backtrace::__rust_end_short_backtrace::<std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x629d922b18ed - __rustc[7ab284efd7f33ea8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x629d922e919c - core[5a1c3e9896636f3a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x629d922b6382 - <std[d054f6f42beb1baa]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/sync/once/futex.rs:155:21
[INFO] [stdout]   20:     0x629d92063b59 - <std[d054f6f42beb1baa]::sync::once::Once>::call_once::<<lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>::{closure#0}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sync/once.rs:166:20
[INFO] [stdout]   21:     0x629d92042cfb - <lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get::<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16
[INFO] [stdout]   22:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__stability
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:142:26
[INFO] [stdout]   23:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:144:17
[INFO] [stdout]   24:     0x629d91ff4031 - firebreak[1c9b20da199f35fa]::host::os::tests::test_forward::<firebreak[1c9b20da199f35fa]::host::os::tests::build_drop, firebreak[1c9b20da199f35fa]::host::os::tests::expect_unreachable>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:357:9
[INFO] [stdout]   25:     0x629d91ff9c7a - firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_udp_over_ipv6::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:433:23
[INFO] [stdout]   26:     0x629d9200fcfd - <core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_udp_over_ipv6::{closure#0}> as core[5a1c3e9896636f3a]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x629d91fc40ed - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:74
[INFO] [stdout]   28:     0x629d920382d9 - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:121:9
[INFO] [stdout]   29:     0x629d91fd022c - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::try_with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   30:     0x629d91fc801e - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   31:     0x629d91fb8f3c - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:114:13
[INFO] [stdout]   32:     0x629d91fb8f3c - tokio[d554e27b711f5a0a]::coop::budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:98:5
[INFO] [stdout]   33:     0x629d91fb8f3c - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:35
[INFO] [stdout]   34:     0x629d91fc2a0a - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:29
[INFO] [stdout]   35:     0x629d9203fb6d - <tokio[d554e27b711f5a0a]::macros::scoped_tls::ScopedKey<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Context>>::set::<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   36:     0x629d91fa95f4 - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:13
[INFO] [stdout]   37:     0x629d91fa4a03 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_udp_over_ipv6::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:185:9
[INFO] [stdout]   38:     0x629d91fa3873 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::InnerGuard<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_udp_over_ipv6::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:414:38
[INFO] [stdout]   39:     0x629d91f9e9f1 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::BasicScheduler<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_udp_over_ipv6::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:145:30
[INFO] [stdout]   40:     0x629d9205a63a - <tokio[d554e27b711f5a0a]::runtime::Runtime>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_udp_over_ipv6::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/mod.rs:440:51
[INFO] [stdout]   41:     0x629d91ffe894 - firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_udp_over_ipv6
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:426:17
[INFO] [stdout]   42:     0x629d91ff7757 - firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_udp_over_ipv6::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:427:104
[INFO] [stdout]   43:     0x629d920082d6 - <firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_udp_over_ipv6::{closure#0} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x629d921ae73b - <fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x629d921ae73b - test[fad20673b750c10e]::__rust_begin_short_backtrace::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:724:18
[INFO] [stdout]   46:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:74
[INFO] [stdout]   47:     0x629d921bbfb5 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   48:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   49:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   50:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:27
[INFO] [stdout]   52:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:668:43
[INFO] [stdout]   53:     0x629d921b6b14 - test[fad20673b750c10e]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:698:41
[INFO] [stdout]   54:     0x629d921b6b14 - std[d054f6f42beb1baa]::sys::backtrace::__rust_begin_short_backtrace::<test[fad20673b750c10e]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   55:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   56:     0x629d921bf032 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::<(), core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x629d921bf032 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   61:     0x629d921bf032 - <std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x629d922d250f - <alloc[154f689e5dd3bae5]::boxed::Box<dyn core[5a1c3e9896636f3a]::ops::function::FnOnce<(), Output = ()> + core[5a1c3e9896636f3a]::marker::Send> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   63:     0x629d922d250f - <std[d054f6f42beb1baa]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   64:     0x78f159357aa4 - <unknown>
[INFO] [stdout]   65:     0x78f1593e4a64 - clone
[INFO] [stdout]   66:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- host::os::tests::test_accept_output_firewall_with_udp_over_ipv6 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'host::os::tests::test_accept_output_firewall_with_udp_over_ipv6' (33) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16:
[INFO] [stdout] Once instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::trace_unsynchronized::<std[d054f6f42beb1baa]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x629d922d2f78 - std[d054f6f42beb1baa]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x629d922d2f78 - <<std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[5a1c3e9896636f3a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x629d922e89aa - <core[5a1c3e9896636f3a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x629d922e89aa - core[5a1c3e9896636f3a]::fmt::write
[INFO] [stdout]    6:     0x629d922d7ee2 - std[d054f6f42beb1baa]::io::default_write_fmt::<alloc[154f689e5dd3bae5]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x629d922d7ee2 - <alloc[154f689e5dd3bae5]::vec::Vec<u8> as std[d054f6f42beb1baa]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x629d922b0b16 - <std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x629d922b0b16 - std[d054f6f42beb1baa]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x629d922caad9 - std[d054f6f42beb1baa]::panicking::default_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x629d921bb65c - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x629d921bb65c - test[fad20673b750c10e]::test_main_inner::<test[fad20673b750c10e]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x629d922cad52 - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x629d922cad52 - std[d054f6f42beb1baa]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x629d922b0c04 - std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x629d922a8539 - std[d054f6f42beb1baa]::sys::backtrace::__rust_end_short_backtrace::<std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x629d922b18ed - __rustc[7ab284efd7f33ea8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x629d922e919c - core[5a1c3e9896636f3a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x629d922b6382 - <std[d054f6f42beb1baa]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/sync/once/futex.rs:155:21
[INFO] [stdout]   20:     0x629d92063b59 - <std[d054f6f42beb1baa]::sync::once::Once>::call_once::<<lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>::{closure#0}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sync/once.rs:166:20
[INFO] [stdout]   21:     0x629d92042cfb - <lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get::<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16
[INFO] [stdout]   22:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__stability
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:142:26
[INFO] [stdout]   23:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:144:17
[INFO] [stdout]   24:     0x629d91ff2249 - firebreak[1c9b20da199f35fa]::host::os::tests::test_output::<firebreak[1c9b20da199f35fa]::host::os::tests::build_accept, firebreak[1c9b20da199f35fa]::host::os::tests::expect_ok>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:317:9
[INFO] [stdout]   25:     0x629d91ffad7a - firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_udp_over_ipv6::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:433:23
[INFO] [stdout]   26:     0x629d9200fefd - <core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_udp_over_ipv6::{closure#0}> as core[5a1c3e9896636f3a]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x629d91fc496d - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:74
[INFO] [stdout]   28:     0x629d92038d59 - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:121:9
[INFO] [stdout]   29:     0x629d91fd0b2c - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::try_with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   30:     0x629d91fc831e - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   31:     0x629d91fbca3c - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:114:13
[INFO] [stdout]   32:     0x629d91fbca3c - tokio[d554e27b711f5a0a]::coop::budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:98:5
[INFO] [stdout]   33:     0x629d91fbca3c - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:35
[INFO] [stdout]   34:     0x629d91fc2b0a - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:29
[INFO] [stdout]   35:     0x629d9204036d - <tokio[d554e27b711f5a0a]::macros::scoped_tls::ScopedKey<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Context>>::set::<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   36:     0x629d91fab374 - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:13
[INFO] [stdout]   37:     0x629d91fa4b03 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_udp_over_ipv6::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:185:9
[INFO] [stdout]   38:     0x629d91fa3e73 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::InnerGuard<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_udp_over_ipv6::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:414:38
[INFO] [stdout]   39:     0x629d91fa0271 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::BasicScheduler<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_udp_over_ipv6::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:145:30
[INFO] [stdout]   40:     0x629d9205b3ba - <tokio[d554e27b711f5a0a]::runtime::Runtime>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_udp_over_ipv6::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/mod.rs:440:51
[INFO] [stdout]   41:     0x629d91fff714 - firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_udp_over_ipv6
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:426:17
[INFO] [stdout]   42:     0x629d91ff78d7 - firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_udp_over_ipv6::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:427:104
[INFO] [stdout]   43:     0x629d920084d6 - <firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_udp_over_ipv6::{closure#0} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x629d921ae73b - <fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x629d921ae73b - test[fad20673b750c10e]::__rust_begin_short_backtrace::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:724:18
[INFO] [stdout]   46:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:74
[INFO] [stdout]   47:     0x629d921bbfb5 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   48:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   49:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   50:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:27
[INFO] [stdout]   52:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:668:43
[INFO] [stdout]   53:     0x629d921b6b14 - test[fad20673b750c10e]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:698:41
[INFO] [stdout]   54:     0x629d921b6b14 - std[d054f6f42beb1baa]::sys::backtrace::__rust_begin_short_backtrace::<test[fad20673b750c10e]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   55:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   56:     0x629d921bf032 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::<(), core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x629d921bf032 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   61:     0x629d921bf032 - <std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x629d922d250f - <alloc[154f689e5dd3bae5]::boxed::Box<dyn core[5a1c3e9896636f3a]::ops::function::FnOnce<(), Output = ()> + core[5a1c3e9896636f3a]::marker::Send> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   63:     0x629d922d250f - <std[d054f6f42beb1baa]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   64:     0x78f159357aa4 - <unknown>
[INFO] [stdout]   65:     0x78f1593e4a64 - clone
[INFO] [stdout]   66:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- host::os::tests::test_accept_input_firewall_with_tcp_over_ipv4 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'host::os::tests::test_accept_input_firewall_with_tcp_over_ipv4' (25) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16:
[INFO] [stdout] Once instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::trace_unsynchronized::<std[d054f6f42beb1baa]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x629d922d2f78 - std[d054f6f42beb1baa]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x629d922d2f78 - <<std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[5a1c3e9896636f3a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x629d922e89aa - <core[5a1c3e9896636f3a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x629d922e89aa - core[5a1c3e9896636f3a]::fmt::write
[INFO] [stdout]    6:     0x629d922d7ee2 - std[d054f6f42beb1baa]::io::default_write_fmt::<alloc[154f689e5dd3bae5]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x629d922d7ee2 - <alloc[154f689e5dd3bae5]::vec::Vec<u8> as std[d054f6f42beb1baa]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x629d922b0b16 - <std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x629d922b0b16 - std[d054f6f42beb1baa]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x629d922caad9 - std[d054f6f42beb1baa]::panicking::default_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x629d921bb65c - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x629d921bb65c - test[fad20673b750c10e]::test_main_inner::<test[fad20673b750c10e]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x629d922cad52 - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x629d922cad52 - std[d054f6f42beb1baa]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x629d922b0c04 - std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x629d922a8539 - std[d054f6f42beb1baa]::sys::backtrace::__rust_end_short_backtrace::<std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x629d922b18ed - __rustc[7ab284efd7f33ea8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x629d922e919c - core[5a1c3e9896636f3a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x629d922b6382 - <std[d054f6f42beb1baa]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/sync/once/futex.rs:155:21
[INFO] [stdout]   20:     0x629d92063b59 - <std[d054f6f42beb1baa]::sync::once::Once>::call_once::<<lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>::{closure#0}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sync/once.rs:166:20
[INFO] [stdout]   21:     0x629d92042cfb - <lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get::<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16
[INFO] [stdout]   22:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__stability
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:142:26
[INFO] [stdout]   23:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:144:17
[INFO] [stdout]   24:     0x629d91fee689 - firebreak[1c9b20da199f35fa]::host::os::tests::test_input::<firebreak[1c9b20da199f35fa]::host::os::tests::build_accept, firebreak[1c9b20da199f35fa]::host::os::tests::expect_ok>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:277:9
[INFO] [stdout]   25:     0x629d91ff8d97 - firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_tcp_over_ipv4::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:433:23
[INFO] [stdout]   26:     0x629d9200fb3d - <core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_tcp_over_ipv4::{closure#0}> as core[5a1c3e9896636f3a]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x629d91fc397d - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:74
[INFO] [stdout]   28:     0x629d920379a9 - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:121:9
[INFO] [stdout]   29:     0x629d91fcfa4c - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::try_with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   30:     0x629d91fc7d7e - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   31:     0x629d91fb5b9c - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:114:13
[INFO] [stdout]   32:     0x629d91fb5b9c - tokio[d554e27b711f5a0a]::coop::budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:98:5
[INFO] [stdout]   33:     0x629d91fb5b9c - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:35
[INFO] [stdout]   34:     0x629d91fc292a - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:29
[INFO] [stdout]   35:     0x629d9203f46d - <tokio[d554e27b711f5a0a]::macros::scoped_tls::ScopedKey<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Context>>::set::<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   36:     0x629d91fa7c24 - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:13
[INFO] [stdout]   37:     0x629d91fa4923 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_tcp_over_ipv4::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:185:9
[INFO] [stdout]   38:     0x629d91fa3333 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::InnerGuard<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_tcp_over_ipv4::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:414:38
[INFO] [stdout]   39:     0x629d91f9d481 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::BasicScheduler<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_tcp_over_ipv4::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:145:30
[INFO] [stdout]   40:     0x629d92059a6a - <tokio[d554e27b711f5a0a]::runtime::Runtime>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_tcp_over_ipv4::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/mod.rs:440:51
[INFO] [stdout]   41:     0x629d91ffdbe4 - firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_tcp_over_ipv4
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:426:17
[INFO] [stdout]   42:     0x629d91ff7607 - firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_tcp_over_ipv4::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:427:104
[INFO] [stdout]   43:     0x629d92008116 - <firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_tcp_over_ipv4::{closure#0} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x629d921ae73b - <fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x629d921ae73b - test[fad20673b750c10e]::__rust_begin_short_backtrace::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:724:18
[INFO] [stdout]   46:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:74
[INFO] [stdout]   47:     0x629d921bbfb5 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   48:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   49:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   50:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:27
[INFO] [stdout]   52:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:668:43
[INFO] [stdout]   53:     0x629d921b6b14 - test[fad20673b750c10e]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:698:41
[INFO] [stdout]   54:     0x629d921b6b14 - std[d054f6f42beb1baa]::sys::backtrace::__rust_begin_short_backtrace::<test[fad20673b750c10e]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   55:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   56:     0x629d921bf032 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::<(), core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x629d921bf032 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   61:     0x629d921bf032 - <std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x629d922d250f - <alloc[154f689e5dd3bae5]::boxed::Box<dyn core[5a1c3e9896636f3a]::ops::function::FnOnce<(), Output = ()> + core[5a1c3e9896636f3a]::marker::Send> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   63:     0x629d922d250f - <std[d054f6f42beb1baa]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   64:     0x78f159357aa4 - <unknown>
[INFO] [stdout]   65:     0x78f1593e4a64 - clone
[INFO] [stdout]   66:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- host::os::tests::test_accept_forward_firewall_with_tcp_over_ipv4 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'host::os::tests::test_accept_forward_firewall_with_tcp_over_ipv4' (21) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16:
[INFO] [stdout] Once instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::trace_unsynchronized::<std[d054f6f42beb1baa]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x629d922d2f78 - std[d054f6f42beb1baa]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x629d922d2f78 - <<std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[5a1c3e9896636f3a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x629d922e89aa - <core[5a1c3e9896636f3a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x629d922e89aa - core[5a1c3e9896636f3a]::fmt::write
[INFO] [stdout]    6:     0x629d922d7ee2 - std[d054f6f42beb1baa]::io::default_write_fmt::<alloc[154f689e5dd3bae5]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x629d922d7ee2 - <alloc[154f689e5dd3bae5]::vec::Vec<u8> as std[d054f6f42beb1baa]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x629d922b0b16 - <std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x629d922b0b16 - std[d054f6f42beb1baa]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x629d922caad9 - std[d054f6f42beb1baa]::panicking::default_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x629d921bb65c - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x629d921bb65c - test[fad20673b750c10e]::test_main_inner::<test[fad20673b750c10e]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x629d922cad52 - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x629d922cad52 - std[d054f6f42beb1baa]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x629d922b0c04 - std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x629d922a8539 - std[d054f6f42beb1baa]::sys::backtrace::__rust_end_short_backtrace::<std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x629d922b18ed - __rustc[7ab284efd7f33ea8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x629d922e919c - core[5a1c3e9896636f3a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x629d922b6382 - <std[d054f6f42beb1baa]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/sync/once/futex.rs:155:21
[INFO] [stdout]   20:     0x629d92063b59 - <std[d054f6f42beb1baa]::sync::once::Once>::call_once::<<lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>::{closure#0}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sync/once.rs:166:20
[INFO] [stdout]   21:     0x629d92042cfb - <lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get::<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16
[INFO] [stdout]   22:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__stability
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:142:26
[INFO] [stdout]   23:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:144:17
[INFO] [stdout]   24:     0x629d91ff51e1 - firebreak[1c9b20da199f35fa]::host::os::tests::test_forward::<firebreak[1c9b20da199f35fa]::host::os::tests::build_accept, firebreak[1c9b20da199f35fa]::host::os::tests::expect_ok>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:357:9
[INFO] [stdout]   25:     0x629d91ffb817 - firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_tcp_over_ipv4::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:433:23
[INFO] [stdout]   26:     0x629d9201003d - <core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_tcp_over_ipv4::{closure#0}> as core[5a1c3e9896636f3a]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x629d91fc4ebd - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:74
[INFO] [stdout]   28:     0x629d920393e9 - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:121:9
[INFO] [stdout]   29:     0x629d91fd10cc - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::try_with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   30:     0x629d91fc84fe - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   31:     0x629d91fbef1c - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:114:13
[INFO] [stdout]   32:     0x629d91fbef1c - tokio[d554e27b711f5a0a]::coop::budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:98:5
[INFO] [stdout]   33:     0x629d91fbef1c - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:35
[INFO] [stdout]   34:     0x629d91fc2baa - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:29
[INFO] [stdout]   35:     0x629d9204086d - <tokio[d554e27b711f5a0a]::macros::scoped_tls::ScopedKey<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Context>>::set::<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   36:     0x629d91fac5e4 - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:13
[INFO] [stdout]   37:     0x629d91fa4ba3 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_tcp_over_ipv4::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:185:9
[INFO] [stdout]   38:     0x629d91fa4233 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::InnerGuard<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_tcp_over_ipv4::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:414:38
[INFO] [stdout]   39:     0x629d91fa11c1 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::BasicScheduler<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_tcp_over_ipv4::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:145:30
[INFO] [stdout]   40:     0x629d9205bc2a - <tokio[d554e27b711f5a0a]::runtime::Runtime>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_tcp_over_ipv4::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/mod.rs:440:51
[INFO] [stdout]   41:     0x629d92000024 - firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_tcp_over_ipv4
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:426:17
[INFO] [stdout]   42:     0x629d91ff79c7 - firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_tcp_over_ipv4::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:427:104
[INFO] [stdout]   43:     0x629d92008616 - <firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_tcp_over_ipv4::{closure#0} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x629d921ae73b - <fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x629d921ae73b - test[fad20673b750c10e]::__rust_begin_short_backtrace::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:724:18
[INFO] [stdout]   46:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:74
[INFO] [stdout]   47:     0x629d921bbfb5 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   48:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   49:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   50:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:27
[INFO] [stdout]   52:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:668:43
[INFO] [stdout]   53:     0x629d921b6b14 - test[fad20673b750c10e]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:698:41
[INFO] [stdout]   54:     0x629d921b6b14 - std[d054f6f42beb1baa]::sys::backtrace::__rust_begin_short_backtrace::<test[fad20673b750c10e]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   55:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   56:     0x629d921bf032 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::<(), core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x629d921bf032 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   61:     0x629d921bf032 - <std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x629d922d250f - <alloc[154f689e5dd3bae5]::boxed::Box<dyn core[5a1c3e9896636f3a]::ops::function::FnOnce<(), Output = ()> + core[5a1c3e9896636f3a]::marker::Send> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   63:     0x629d922d250f - <std[d054f6f42beb1baa]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   64:     0x78f159357aa4 - <unknown>
[INFO] [stdout]   65:     0x78f1593e4a64 - clone
[INFO] [stdout]   66:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- host::os::tests::test_drop_input_firewall_with_udp_over_ipv6 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'host::os::tests::test_drop_input_firewall_with_udp_over_ipv6' (41) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16:
[INFO] [stdout] Once instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::trace_unsynchronized::<std[d054f6f42beb1baa]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x629d922d2f78 - std[d054f6f42beb1baa]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x629d922d2f78 - <<std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[5a1c3e9896636f3a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x629d922e89aa - <core[5a1c3e9896636f3a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x629d922e89aa - core[5a1c3e9896636f3a]::fmt::write
[INFO] [stdout]    6:     0x629d922d7ee2 - std[d054f6f42beb1baa]::io::default_write_fmt::<alloc[154f689e5dd3bae5]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x629d922d7ee2 - <alloc[154f689e5dd3bae5]::vec::Vec<u8> as std[d054f6f42beb1baa]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x629d922b0b16 - <std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x629d922b0b16 - std[d054f6f42beb1baa]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x629d922caad9 - std[d054f6f42beb1baa]::panicking::default_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x629d921bb65c - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x629d921bb65c - test[fad20673b750c10e]::test_main_inner::<test[fad20673b750c10e]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x629d922cad52 - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x629d922cad52 - std[d054f6f42beb1baa]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x629d922b0c04 - std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x629d922a8539 - std[d054f6f42beb1baa]::sys::backtrace::__rust_end_short_backtrace::<std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x629d922b18ed - __rustc[7ab284efd7f33ea8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x629d922e919c - core[5a1c3e9896636f3a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x629d922b6382 - <std[d054f6f42beb1baa]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/sync/once/futex.rs:155:21
[INFO] [stdout]   20:     0x629d92063b59 - <std[d054f6f42beb1baa]::sync::once::Once>::call_once::<<lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>::{closure#0}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sync/once.rs:166:20
[INFO] [stdout]   21:     0x629d92042cfb - <lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get::<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16
[INFO] [stdout]   22:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__stability
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:142:26
[INFO] [stdout]   23:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:144:17
[INFO] [stdout]   24:     0x629d91fed799 - firebreak[1c9b20da199f35fa]::host::os::tests::test_input::<firebreak[1c9b20da199f35fa]::host::os::tests::build_drop, firebreak[1c9b20da199f35fa]::host::os::tests::expect_unreachable>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:277:9
[INFO] [stdout]   25:     0x629d91ff82fa - firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_udp_over_ipv6::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:433:23
[INFO] [stdout]   26:     0x629d9200f9fd - <core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_udp_over_ipv6::{closure#0}> as core[5a1c3e9896636f3a]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x629d91fc342d - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:74
[INFO] [stdout]   28:     0x629d92037319 - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:121:9
[INFO] [stdout]   29:     0x629d91fcf4ac - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::try_with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   30:     0x629d91fc7b9e - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   31:     0x629d91fb36bc - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:114:13
[INFO] [stdout]   32:     0x629d91fb36bc - tokio[d554e27b711f5a0a]::coop::budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:98:5
[INFO] [stdout]   33:     0x629d91fb36bc - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:35
[INFO] [stdout]   34:     0x629d91fc288a - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:29
[INFO] [stdout]   35:     0x629d9203ef6d - <tokio[d554e27b711f5a0a]::macros::scoped_tls::ScopedKey<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Context>>::set::<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   36:     0x629d91fa69b4 - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:13
[INFO] [stdout]   37:     0x629d91fa4883 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_udp_over_ipv6::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:185:9
[INFO] [stdout]   38:     0x629d91fa2f73 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::InnerGuard<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_udp_over_ipv6::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:414:38
[INFO] [stdout]   39:     0x629d91f9c531 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::BasicScheduler<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_udp_over_ipv6::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:145:30
[INFO] [stdout]   40:     0x629d920591fa - <tokio[d554e27b711f5a0a]::runtime::Runtime>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_udp_over_ipv6::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/mod.rs:440:51
[INFO] [stdout]   41:     0x629d91ffd2d4 - firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_udp_over_ipv6
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:426:17
[INFO] [stdout]   42:     0x629d91ff7517 - firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_udp_over_ipv6::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:427:104
[INFO] [stdout]   43:     0x629d92007fd6 - <firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_udp_over_ipv6::{closure#0} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x629d921ae73b - <fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x629d921ae73b - test[fad20673b750c10e]::__rust_begin_short_backtrace::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:724:18
[INFO] [stdout]   46:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:74
[INFO] [stdout]   47:     0x629d921bbfb5 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   48:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   49:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   50:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:27
[INFO] [stdout]   52:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:668:43
[INFO] [stdout]   53:     0x629d921b6b14 - test[fad20673b750c10e]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:698:41
[INFO] [stdout]   54:     0x629d921b6b14 - std[d054f6f42beb1baa]::sys::backtrace::__rust_begin_short_backtrace::<test[fad20673b750c10e]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   55:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   56:     0x629d921bf032 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::<(), core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x629d921bf032 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   61:     0x629d921bf032 - <std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x629d922d250f - <alloc[154f689e5dd3bae5]::boxed::Box<dyn core[5a1c3e9896636f3a]::ops::function::FnOnce<(), Output = ()> + core[5a1c3e9896636f3a]::marker::Send> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   63:     0x629d922d250f - <std[d054f6f42beb1baa]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   64:     0x78f159357aa4 - <unknown>
[INFO] [stdout]   65:     0x78f1593e4a64 - clone
[INFO] [stdout]   66:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- host::os::tests::test_accept_output_firewall_with_udp_over_ipv4 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'host::os::tests::test_accept_output_firewall_with_udp_over_ipv4' (32) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16:
[INFO] [stdout] Once instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::trace_unsynchronized::<std[d054f6f42beb1baa]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x629d922d2f78 - std[d054f6f42beb1baa]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x629d922d2f78 - <<std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[5a1c3e9896636f3a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x629d922e89aa - <core[5a1c3e9896636f3a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x629d922e89aa - core[5a1c3e9896636f3a]::fmt::write
[INFO] [stdout]    6:     0x629d922d7ee2 - std[d054f6f42beb1baa]::io::default_write_fmt::<alloc[154f689e5dd3bae5]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x629d922d7ee2 - <alloc[154f689e5dd3bae5]::vec::Vec<u8> as std[d054f6f42beb1baa]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x629d922b0b16 - <std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x629d922b0b16 - std[d054f6f42beb1baa]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x629d922caad9 - std[d054f6f42beb1baa]::panicking::default_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x629d921bb65c - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x629d921bb65c - test[fad20673b750c10e]::test_main_inner::<test[fad20673b750c10e]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x629d922cad52 - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x629d922cad52 - std[d054f6f42beb1baa]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x629d922b0c04 - std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x629d922a8539 - std[d054f6f42beb1baa]::sys::backtrace::__rust_end_short_backtrace::<std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x629d922b18ed - __rustc[7ab284efd7f33ea8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x629d922e919c - core[5a1c3e9896636f3a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x629d922b6382 - <std[d054f6f42beb1baa]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/sync/once/futex.rs:155:21
[INFO] [stdout]   20:     0x629d92063b59 - <std[d054f6f42beb1baa]::sync::once::Once>::call_once::<<lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>::{closure#0}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sync/once.rs:166:20
[INFO] [stdout]   21:     0x629d92042cfb - <lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get::<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16
[INFO] [stdout]   22:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__stability
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:142:26
[INFO] [stdout]   23:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:144:17
[INFO] [stdout]   24:     0x629d91ff2249 - firebreak[1c9b20da199f35fa]::host::os::tests::test_output::<firebreak[1c9b20da199f35fa]::host::os::tests::build_accept, firebreak[1c9b20da199f35fa]::host::os::tests::expect_ok>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:317:9
[INFO] [stdout]   25:     0x629d91ffab5a - firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_udp_over_ipv4::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:433:23
[INFO] [stdout]   26:     0x629d9200febd - <core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_udp_over_ipv4::{closure#0}> as core[5a1c3e9896636f3a]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x629d91fc485d - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:74
[INFO] [stdout]   28:     0x629d92038c09 - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:121:9
[INFO] [stdout]   29:     0x629d91fd0a0c - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::try_with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   30:     0x629d91fc82be - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   31:     0x629d91fbc2dc - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:114:13
[INFO] [stdout]   32:     0x629d91fbc2dc - tokio[d554e27b711f5a0a]::coop::budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:98:5
[INFO] [stdout]   33:     0x629d91fbc2dc - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:35
[INFO] [stdout]   34:     0x629d91fc2aea - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:29
[INFO] [stdout]   35:     0x629d9204026d - <tokio[d554e27b711f5a0a]::macros::scoped_tls::ScopedKey<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Context>>::set::<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   36:     0x629d91faafc4 - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:13
[INFO] [stdout]   37:     0x629d91fa4ae3 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_udp_over_ipv4::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:185:9
[INFO] [stdout]   38:     0x629d91fa3db3 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::InnerGuard<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_udp_over_ipv4::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:414:38
[INFO] [stdout]   39:     0x629d91f9ff61 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::BasicScheduler<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_udp_over_ipv4::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:145:30
[INFO] [stdout]   40:     0x629d9205b20a - <tokio[d554e27b711f5a0a]::runtime::Runtime>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_udp_over_ipv4::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/mod.rs:440:51
[INFO] [stdout]   41:     0x629d91fff544 - firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_udp_over_ipv4
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:426:17
[INFO] [stdout]   42:     0x629d91ff78a7 - firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_udp_over_ipv4::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:427:104
[INFO] [stdout]   43:     0x629d92008496 - <firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_output_firewall_with_udp_over_ipv4::{closure#0} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x629d921ae73b - <fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x629d921ae73b - test[fad20673b750c10e]::__rust_begin_short_backtrace::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:724:18
[INFO] [stdout]   46:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:74
[INFO] [stdout]   47:     0x629d921bbfb5 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   48:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   49:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   50:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:27
[INFO] [stdout]   52:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:668:43
[INFO] [stdout]   53:     0x629d921b6b14 - test[fad20673b750c10e]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:698:41
[INFO] [stdout]   54:     0x629d921b6b14 - std[d054f6f42beb1baa]::sys::backtrace::__rust_begin_short_backtrace::<test[fad20673b750c10e]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   55:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   56:     0x629d921bf032 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::<(), core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x629d921bf032 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   61:     0x629d921bf032 - <std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x629d922d250f - <alloc[154f689e5dd3bae5]::boxed::Box<dyn core[5a1c3e9896636f3a]::ops::function::FnOnce<(), Output = ()> + core[5a1c3e9896636f3a]::marker::Send> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   63:     0x629d922d250f - <std[d054f6f42beb1baa]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   64:     0x78f159357aa4 - <unknown>
[INFO] [stdout]   65:     0x78f1593e4a64 - clone
[INFO] [stdout]   66:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- host::os::tests::test_accept_input_firewall_with_udp_over_ipv4 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'host::os::tests::test_accept_input_firewall_with_udp_over_ipv4' (28) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16:
[INFO] [stdout] Once instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::trace_unsynchronized::<std[d054f6f42beb1baa]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x629d922d2f78 - std[d054f6f42beb1baa]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x629d922d2f78 - <<std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[5a1c3e9896636f3a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x629d922e89aa - <core[5a1c3e9896636f3a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x629d922e89aa - core[5a1c3e9896636f3a]::fmt::write
[INFO] [stdout]    6:     0x629d922d7ee2 - std[d054f6f42beb1baa]::io::default_write_fmt::<alloc[154f689e5dd3bae5]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x629d922d7ee2 - <alloc[154f689e5dd3bae5]::vec::Vec<u8> as std[d054f6f42beb1baa]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x629d922b0b16 - <std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x629d922b0b16 - std[d054f6f42beb1baa]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x629d922caad9 - std[d054f6f42beb1baa]::panicking::default_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x629d921bb65c - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x629d921bb65c - test[fad20673b750c10e]::test_main_inner::<test[fad20673b750c10e]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x629d922cad52 - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x629d922cad52 - std[d054f6f42beb1baa]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x629d922b0c04 - std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x629d922a8539 - std[d054f6f42beb1baa]::sys::backtrace::__rust_end_short_backtrace::<std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x629d922b18ed - __rustc[7ab284efd7f33ea8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x629d922e919c - core[5a1c3e9896636f3a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x629d922b6382 - <std[d054f6f42beb1baa]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/sync/once/futex.rs:155:21
[INFO] [stdout]   20:     0x629d92063b59 - <std[d054f6f42beb1baa]::sync::once::Once>::call_once::<<lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>::{closure#0}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sync/once.rs:166:20
[INFO] [stdout]   21:     0x629d92042cfb - <lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get::<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16
[INFO] [stdout]   22:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__stability
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:142:26
[INFO] [stdout]   23:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:144:17
[INFO] [stdout]   24:     0x629d91fee689 - firebreak[1c9b20da199f35fa]::host::os::tests::test_input::<firebreak[1c9b20da199f35fa]::host::os::tests::build_accept, firebreak[1c9b20da199f35fa]::host::os::tests::expect_ok>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:277:9
[INFO] [stdout]   25:     0x629d91ff91da - firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_udp_over_ipv4::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:433:23
[INFO] [stdout]   26:     0x629d9200fbbd - <core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_udp_over_ipv4::{closure#0}> as core[5a1c3e9896636f3a]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x629d91fc3b9d - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:74
[INFO] [stdout]   28:     0x629d92037c49 - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:121:9
[INFO] [stdout]   29:     0x629d91fcfc8c - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::try_with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   30:     0x629d91fc7e3e - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   31:     0x629d91fb6a5c - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:114:13
[INFO] [stdout]   32:     0x629d91fb6a5c - tokio[d554e27b711f5a0a]::coop::budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:98:5
[INFO] [stdout]   33:     0x629d91fb6a5c - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:35
[INFO] [stdout]   34:     0x629d91fc296a - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:29
[INFO] [stdout]   35:     0x629d9203f66d - <tokio[d554e27b711f5a0a]::macros::scoped_tls::ScopedKey<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Context>>::set::<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   36:     0x629d91fa8384 - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:13
[INFO] [stdout]   37:     0x629d91fa4963 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_udp_over_ipv4::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:185:9
[INFO] [stdout]   38:     0x629d91fa34b3 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::InnerGuard<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_udp_over_ipv4::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:414:38
[INFO] [stdout]   39:     0x629d91f9daa1 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::BasicScheduler<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_udp_over_ipv4::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:145:30
[INFO] [stdout]   40:     0x629d92059dca - <tokio[d554e27b711f5a0a]::runtime::Runtime>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_udp_over_ipv4::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/mod.rs:440:51
[INFO] [stdout]   41:     0x629d91ffdf84 - firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_udp_over_ipv4
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:426:17
[INFO] [stdout]   42:     0x629d91ff7667 - firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_udp_over_ipv4::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:427:104
[INFO] [stdout]   43:     0x629d92008196 - <firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_input_firewall_with_udp_over_ipv4::{closure#0} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x629d921ae73b - <fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x629d921ae73b - test[fad20673b750c10e]::__rust_begin_short_backtrace::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:724:18
[INFO] [stdout]   46:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:74
[INFO] [stdout]   47:     0x629d921bbfb5 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   48:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   49:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   50:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:27
[INFO] [stdout]   52:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:668:43
[INFO] [stdout]   53:     0x629d921b6b14 - test[fad20673b750c10e]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:698:41
[INFO] [stdout]   54:     0x629d921b6b14 - std[d054f6f42beb1baa]::sys::backtrace::__rust_begin_short_backtrace::<test[fad20673b750c10e]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   55:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   56:     0x629d921bf032 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::<(), core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x629d921bf032 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   61:     0x629d921bf032 - <std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x629d922d250f - <alloc[154f689e5dd3bae5]::boxed::Box<dyn core[5a1c3e9896636f3a]::ops::function::FnOnce<(), Output = ()> + core[5a1c3e9896636f3a]::marker::Send> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   63:     0x629d922d250f - <std[d054f6f42beb1baa]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   64:     0x78f159357aa4 - <unknown>
[INFO] [stdout]   65:     0x78f1593e4a64 - clone
[INFO] [stdout]   66:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- host::os::tests::test_drop_output_firewall_with_udp_over_ipv6 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'host::os::tests::test_drop_output_firewall_with_udp_over_ipv6' (45) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16:
[INFO] [stdout] Once instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::trace_unsynchronized::<std[d054f6f42beb1baa]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x629d922d2f78 - std[d054f6f42beb1baa]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x629d922d2f78 - <<std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[5a1c3e9896636f3a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x629d922e89aa - <core[5a1c3e9896636f3a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x629d922e89aa - core[5a1c3e9896636f3a]::fmt::write
[INFO] [stdout]    6:     0x629d922d7ee2 - std[d054f6f42beb1baa]::io::default_write_fmt::<alloc[154f689e5dd3bae5]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x629d922d7ee2 - <alloc[154f689e5dd3bae5]::vec::Vec<u8> as std[d054f6f42beb1baa]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x629d922b0b16 - <std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x629d922b0b16 - std[d054f6f42beb1baa]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x629d922caad9 - std[d054f6f42beb1baa]::panicking::default_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x629d921bb65c - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x629d921bb65c - test[fad20673b750c10e]::test_main_inner::<test[fad20673b750c10e]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x629d922cad52 - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x629d922cad52 - std[d054f6f42beb1baa]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x629d922b0c04 - std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x629d922a8539 - std[d054f6f42beb1baa]::sys::backtrace::__rust_end_short_backtrace::<std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x629d922b18ed - __rustc[7ab284efd7f33ea8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x629d922e919c - core[5a1c3e9896636f3a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x629d922b6382 - <std[d054f6f42beb1baa]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/sync/once/futex.rs:155:21
[INFO] [stdout]   20:     0x629d92063b59 - <std[d054f6f42beb1baa]::sync::once::Once>::call_once::<<lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>::{closure#0}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sync/once.rs:166:20
[INFO] [stdout]   21:     0x629d92042cfb - <lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get::<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16
[INFO] [stdout]   22:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__stability
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:142:26
[INFO] [stdout]   23:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:144:17
[INFO] [stdout]   24:     0x629d91ff0469 - firebreak[1c9b20da199f35fa]::host::os::tests::test_output::<firebreak[1c9b20da199f35fa]::host::os::tests::build_drop, firebreak[1c9b20da199f35fa]::host::os::tests::expect_refused>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:317:9
[INFO] [stdout]   25:     0x629d91ff8b7a - firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_udp_over_ipv6::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:433:23
[INFO] [stdout]   26:     0x629d9200fafd - <core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_udp_over_ipv6::{closure#0}> as core[5a1c3e9896636f3a]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x629d91fc386d - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:74
[INFO] [stdout]   28:     0x629d92037859 - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:121:9
[INFO] [stdout]   29:     0x629d91fcf92c - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::try_with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   30:     0x629d91fc7d1e - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   31:     0x629d91fb543c - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:114:13
[INFO] [stdout]   32:     0x629d91fb543c - tokio[d554e27b711f5a0a]::coop::budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:98:5
[INFO] [stdout]   33:     0x629d91fb543c - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:35
[INFO] [stdout]   34:     0x629d91fc290a - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:29
[INFO] [stdout]   35:     0x629d9203f36d - <tokio[d554e27b711f5a0a]::macros::scoped_tls::ScopedKey<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Context>>::set::<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   36:     0x629d91fa7874 - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:13
[INFO] [stdout]   37:     0x629d91fa4903 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_udp_over_ipv6::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:185:9
[INFO] [stdout]   38:     0x629d91fa3273 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::InnerGuard<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_udp_over_ipv6::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:414:38
[INFO] [stdout]   39:     0x629d91f9d171 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::BasicScheduler<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_udp_over_ipv6::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:145:30
[INFO] [stdout]   40:     0x629d920598ba - <tokio[d554e27b711f5a0a]::runtime::Runtime>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_udp_over_ipv6::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/mod.rs:440:51
[INFO] [stdout]   41:     0x629d91ffda14 - firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_udp_over_ipv6
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:426:17
[INFO] [stdout]   42:     0x629d91ff75d7 - firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_udp_over_ipv6::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:427:104
[INFO] [stdout]   43:     0x629d920080d6 - <firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_udp_over_ipv6::{closure#0} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x629d921ae73b - <fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x629d921ae73b - test[fad20673b750c10e]::__rust_begin_short_backtrace::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:724:18
[INFO] [stdout]   46:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:74
[INFO] [stdout]   47:     0x629d921bbfb5 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   48:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   49:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   50:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:27
[INFO] [stdout]   52:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:668:43
[INFO] [stdout]   53:     0x629d921b6b14 - test[fad20673b750c10e]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:698:41
[INFO] [stdout]   54:     0x629d921b6b14 - std[d054f6f42beb1baa]::sys::backtrace::__rust_begin_short_backtrace::<test[fad20673b750c10e]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   55:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   56:     0x629d921bf032 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::<(), core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x629d921bf032 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   61:     0x629d921bf032 - <std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x629d922d250f - <alloc[154f689e5dd3bae5]::boxed::Box<dyn core[5a1c3e9896636f3a]::ops::function::FnOnce<(), Output = ()> + core[5a1c3e9896636f3a]::marker::Send> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   63:     0x629d922d250f - <std[d054f6f42beb1baa]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   64:     0x78f159357aa4 - <unknown>
[INFO] [stdout]   65:     0x78f1593e4a64 - clone
[INFO] [stdout]   66:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- host::os::tests::test_reject_forward_firewall_with_tcp_over_ipv6 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'host::os::tests::test_reject_forward_firewall_with_tcp_over_ipv6' (47) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16:
[INFO] [stdout] Once instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::trace_unsynchronized::<std[d054f6f42beb1baa]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x629d922d2f78 - std[d054f6f42beb1baa]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x629d922d2f78 - <<std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[5a1c3e9896636f3a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x629d922e89aa - <core[5a1c3e9896636f3a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x629d922e89aa - core[5a1c3e9896636f3a]::fmt::write
[INFO] [stdout]    6:     0x629d922d7ee2 - std[d054f6f42beb1baa]::io::default_write_fmt::<alloc[154f689e5dd3bae5]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x629d922d7ee2 - <alloc[154f689e5dd3bae5]::vec::Vec<u8> as std[d054f6f42beb1baa]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x629d922b0b16 - <std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x629d922b0b16 - std[d054f6f42beb1baa]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x629d922caad9 - std[d054f6f42beb1baa]::panicking::default_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x629d921bb65c - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x629d921bb65c - test[fad20673b750c10e]::test_main_inner::<test[fad20673b750c10e]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x629d922cad52 - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x629d922cad52 - std[d054f6f42beb1baa]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x629d922b0c04 - std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x629d922a8539 - std[d054f6f42beb1baa]::sys::backtrace::__rust_end_short_backtrace::<std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x629d922b18ed - __rustc[7ab284efd7f33ea8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x629d922e919c - core[5a1c3e9896636f3a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x629d922b6382 - <std[d054f6f42beb1baa]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/sync/once/futex.rs:155:21
[INFO] [stdout]   20:     0x629d92063b59 - <std[d054f6f42beb1baa]::sync::once::Once>::call_once::<<lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>::{closure#0}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sync/once.rs:166:20
[INFO] [stdout]   21:     0x629d92042cfb - <lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get::<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16
[INFO] [stdout]   22:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__stability
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:142:26
[INFO] [stdout]   23:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:144:17
[INFO] [stdout]   24:     0x629d91ff6391 - firebreak[1c9b20da199f35fa]::host::os::tests::test_forward::<firebreak[1c9b20da199f35fa]::host::os::tests::build_reject, firebreak[1c9b20da199f35fa]::host::os::tests::expect_refused>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:357:9
[INFO] [stdout]   25:     0x629d91ffc2b7 - firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_tcp_over_ipv6::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:433:23
[INFO] [stdout]   26:     0x629d9201017d - <core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_tcp_over_ipv6::{closure#0}> as core[5a1c3e9896636f3a]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x629d91fc540d - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:74
[INFO] [stdout]   28:     0x629d92039a79 - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:121:9
[INFO] [stdout]   29:     0x629d91fd166c - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::try_with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   30:     0x629d91fc86de - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   31:     0x629d91fc13fc - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:114:13
[INFO] [stdout]   32:     0x629d91fc13fc - tokio[d554e27b711f5a0a]::coop::budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:98:5
[INFO] [stdout]   33:     0x629d91fc13fc - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:35
[INFO] [stdout]   34:     0x629d91fc2c4a - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:29
[INFO] [stdout]   35:     0x629d92040d6d - <tokio[d554e27b711f5a0a]::macros::scoped_tls::ScopedKey<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Context>>::set::<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   36:     0x629d91fad854 - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:13
[INFO] [stdout]   37:     0x629d91fa4c43 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_tcp_over_ipv6::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:185:9
[INFO] [stdout]   38:     0x629d91fa45f3 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::InnerGuard<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_tcp_over_ipv6::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:414:38
[INFO] [stdout]   39:     0x629d91fa2111 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::BasicScheduler<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_tcp_over_ipv6::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:145:30
[INFO] [stdout]   40:     0x629d9205c49a - <tokio[d554e27b711f5a0a]::runtime::Runtime>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_tcp_over_ipv6::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/mod.rs:440:51
[INFO] [stdout]   41:     0x629d92000934 - firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_tcp_over_ipv6
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:426:17
[INFO] [stdout]   42:     0x629d91ff7ab7 - firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_tcp_over_ipv6::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:427:104
[INFO] [stdout]   43:     0x629d92008756 - <firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_tcp_over_ipv6::{closure#0} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x629d921ae73b - <fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x629d921ae73b - test[fad20673b750c10e]::__rust_begin_short_backtrace::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:724:18
[INFO] [stdout]   46:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:74
[INFO] [stdout]   47:     0x629d921bbfb5 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   48:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   49:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   50:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:27
[INFO] [stdout]   52:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:668:43
[INFO] [stdout]   53:     0x629d921b6b14 - test[fad20673b750c10e]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:698:41
[INFO] [stdout]   54:     0x629d921b6b14 - std[d054f6f42beb1baa]::sys::backtrace::__rust_begin_short_backtrace::<test[fad20673b750c10e]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   55:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   56:     0x629d921bf032 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::<(), core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x629d921bf032 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   61:     0x629d921bf032 - <std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x629d922d250f - <alloc[154f689e5dd3bae5]::boxed::Box<dyn core[5a1c3e9896636f3a]::ops::function::FnOnce<(), Output = ()> + core[5a1c3e9896636f3a]::marker::Send> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   63:     0x629d922d250f - <std[d054f6f42beb1baa]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   64:     0x78f159357aa4 - <unknown>
[INFO] [stdout]   65:     0x78f1593e4a64 - clone
[INFO] [stdout]   66:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- host::os::tests::test_reject_forward_firewall_with_udp_over_ipv4 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'host::os::tests::test_reject_forward_firewall_with_udp_over_ipv4' (48) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16:
[INFO] [stdout] Once instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::trace_unsynchronized::<std[d054f6f42beb1baa]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x629d922d2f78 - std[d054f6f42beb1baa]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x629d922d2f78 - <<std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[5a1c3e9896636f3a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x629d922e89aa - <core[5a1c3e9896636f3a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x629d922e89aa - core[5a1c3e9896636f3a]::fmt::write
[INFO] [stdout]    6:     0x629d922d7ee2 - std[d054f6f42beb1baa]::io::default_write_fmt::<alloc[154f689e5dd3bae5]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x629d922d7ee2 - <alloc[154f689e5dd3bae5]::vec::Vec<u8> as std[d054f6f42beb1baa]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x629d922b0b16 - <std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x629d922b0b16 - std[d054f6f42beb1baa]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x629d922caad9 - std[d054f6f42beb1baa]::panicking::default_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x629d921bb65c - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x629d921bb65c - test[fad20673b750c10e]::test_main_inner::<test[fad20673b750c10e]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x629d922cad52 - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x629d922cad52 - std[d054f6f42beb1baa]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x629d922b0c04 - std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x629d922a8539 - std[d054f6f42beb1baa]::sys::backtrace::__rust_end_short_backtrace::<std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x629d922b18ed - __rustc[7ab284efd7f33ea8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x629d922e919c - core[5a1c3e9896636f3a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x629d922b6382 - <std[d054f6f42beb1baa]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/sync/once/futex.rs:155:21
[INFO] [stdout]   20:     0x629d92063b59 - <std[d054f6f42beb1baa]::sync::once::Once>::call_once::<<lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>::{closure#0}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sync/once.rs:166:20
[INFO] [stdout]   21:     0x629d92042cfb - <lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get::<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16
[INFO] [stdout]   22:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__stability
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:142:26
[INFO] [stdout]   23:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:144:17
[INFO] [stdout]   24:     0x629d91ff6391 - firebreak[1c9b20da199f35fa]::host::os::tests::test_forward::<firebreak[1c9b20da199f35fa]::host::os::tests::build_reject, firebreak[1c9b20da199f35fa]::host::os::tests::expect_refused>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:357:9
[INFO] [stdout]   25:     0x629d91ffc4da - firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_udp_over_ipv4::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:433:23
[INFO] [stdout]   26:     0x629d920101bd - <core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_udp_over_ipv4::{closure#0}> as core[5a1c3e9896636f3a]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x629d91fc551d - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:74
[INFO] [stdout]   28:     0x629d92039bc9 - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:121:9
[INFO] [stdout]   29:     0x629d91fd178c - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::try_with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   30:     0x629d91fc873e - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   31:     0x629d91fc1b5c - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:114:13
[INFO] [stdout]   32:     0x629d91fc1b5c - tokio[d554e27b711f5a0a]::coop::budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:98:5
[INFO] [stdout]   33:     0x629d91fc1b5c - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:35
[INFO] [stdout]   34:     0x629d91fc2c6a - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:29
[INFO] [stdout]   35:     0x629d92040e6d - <tokio[d554e27b711f5a0a]::macros::scoped_tls::ScopedKey<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Context>>::set::<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   36:     0x629d91fadc04 - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:13
[INFO] [stdout]   37:     0x629d91fa4c63 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_udp_over_ipv4::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:185:9
[INFO] [stdout]   38:     0x629d91fa46b3 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::InnerGuard<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_udp_over_ipv4::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:414:38
[INFO] [stdout]   39:     0x629d91fa2421 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::BasicScheduler<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_udp_over_ipv4::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:145:30
[INFO] [stdout]   40:     0x629d9205c64a - <tokio[d554e27b711f5a0a]::runtime::Runtime>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_udp_over_ipv4::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/mod.rs:440:51
[INFO] [stdout]   41:     0x629d92000b04 - firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_udp_over_ipv4
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:426:17
[INFO] [stdout]   42:     0x629d91ff7ae7 - firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_udp_over_ipv4::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:427:104
[INFO] [stdout]   43:     0x629d92008796 - <firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_udp_over_ipv4::{closure#0} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x629d921ae73b - <fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x629d921ae73b - test[fad20673b750c10e]::__rust_begin_short_backtrace::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:724:18
[INFO] [stdout]   46:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:74
[INFO] [stdout]   47:     0x629d921bbfb5 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   48:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   49:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   50:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:27
[INFO] [stdout]   52:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:668:43
[INFO] [stdout]   53:     0x629d921b6b14 - test[fad20673b750c10e]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:698:41
[INFO] [stdout]   54:     0x629d921b6b14 - std[d054f6f42beb1baa]::sys::backtrace::__rust_begin_short_backtrace::<test[fad20673b750c10e]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   55:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   56:     0x629d921bf032 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::<(), core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x629d921bf032 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   61:     0x629d921bf032 - <std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x629d922d250f - <alloc[154f689e5dd3bae5]::boxed::Box<dyn core[5a1c3e9896636f3a]::ops::function::FnOnce<(), Output = ()> + core[5a1c3e9896636f3a]::marker::Send> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   63:     0x629d922d250f - <std[d054f6f42beb1baa]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   64:     0x78f159357aa4 - <unknown>
[INFO] [stdout]   65:     0x78f1593e4a64 - clone
[INFO] [stdout]   66:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- host::os::tests::test_reject_forward_firewall_with_udp_over_ipv6 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'host::os::tests::test_reject_forward_firewall_with_udp_over_ipv6' (49) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16:
[INFO] [stdout] Once instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::trace_unsynchronized::<std[d054f6f42beb1baa]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x629d922d2f78 - std[d054f6f42beb1baa]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x629d922d2f78 - <<std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[5a1c3e9896636f3a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x629d922e89aa - <core[5a1c3e9896636f3a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x629d922e89aa - core[5a1c3e9896636f3a]::fmt::write
[INFO] [stdout]    6:     0x629d922d7ee2 - std[d054f6f42beb1baa]::io::default_write_fmt::<alloc[154f689e5dd3bae5]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x629d922d7ee2 - <alloc[154f689e5dd3bae5]::vec::Vec<u8> as std[d054f6f42beb1baa]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x629d922b0b16 - <std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x629d922b0b16 - std[d054f6f42beb1baa]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x629d922caad9 - std[d054f6f42beb1baa]::panicking::default_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x629d921bb65c - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x629d921bb65c - test[fad20673b750c10e]::test_main_inner::<test[fad20673b750c10e]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x629d922cad52 - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x629d922cad52 - std[d054f6f42beb1baa]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x629d922b0c04 - std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x629d922a8539 - std[d054f6f42beb1baa]::sys::backtrace::__rust_end_short_backtrace::<std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x629d922b18ed - __rustc[7ab284efd7f33ea8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x629d922e919c - core[5a1c3e9896636f3a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x629d922b6382 - <std[d054f6f42beb1baa]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/sync/once/futex.rs:155:21
[INFO] [stdout]   20:     0x629d92063b59 - <std[d054f6f42beb1baa]::sync::once::Once>::call_once::<<lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>::{closure#0}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sync/once.rs:166:20
[INFO] [stdout]   21:     0x629d92042cfb - <lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get::<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16
[INFO] [stdout]   22:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__stability
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:142:26
[INFO] [stdout]   23:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:144:17
[INFO] [stdout]   24:     0x629d91ff6391 - firebreak[1c9b20da199f35fa]::host::os::tests::test_forward::<firebreak[1c9b20da199f35fa]::host::os::tests::build_reject, firebreak[1c9b20da199f35fa]::host::os::tests::expect_refused>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:357:9
[INFO] [stdout]   25:     0x629d91ffc6fa - firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_udp_over_ipv6::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:433:23
[INFO] [stdout]   26:     0x629d920101fd - <core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_udp_over_ipv6::{closure#0}> as core[5a1c3e9896636f3a]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x629d91fc562d - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:74
[INFO] [stdout]   28:     0x629d92039d19 - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:121:9
[INFO] [stdout]   29:     0x629d91fd18ac - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::try_with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   30:     0x629d91fc879e - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   31:     0x629d91fc22bc - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:114:13
[INFO] [stdout]   32:     0x629d91fc22bc - tokio[d554e27b711f5a0a]::coop::budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:98:5
[INFO] [stdout]   33:     0x629d91fc22bc - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:35
[INFO] [stdout]   34:     0x629d91fc2c8a - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:29
[INFO] [stdout]   35:     0x629d92040f6d - <tokio[d554e27b711f5a0a]::macros::scoped_tls::ScopedKey<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Context>>::set::<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   36:     0x629d91fadfb4 - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:13
[INFO] [stdout]   37:     0x629d91fa4c83 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_udp_over_ipv6::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:185:9
[INFO] [stdout]   38:     0x629d91fa4773 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::InnerGuard<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_udp_over_ipv6::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:414:38
[INFO] [stdout]   39:     0x629d91fa2731 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::BasicScheduler<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_udp_over_ipv6::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:145:30
[INFO] [stdout]   40:     0x629d9205c7fa - <tokio[d554e27b711f5a0a]::runtime::Runtime>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_udp_over_ipv6::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/mod.rs:440:51
[INFO] [stdout]   41:     0x629d92000cd4 - firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_udp_over_ipv6
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:426:17
[INFO] [stdout]   42:     0x629d91ff7b17 - firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_udp_over_ipv6::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:427:104
[INFO] [stdout]   43:     0x629d920087d6 - <firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_udp_over_ipv6::{closure#0} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x629d921ae73b - <fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x629d921ae73b - test[fad20673b750c10e]::__rust_begin_short_backtrace::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:724:18
[INFO] [stdout]   46:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:74
[INFO] [stdout]   47:     0x629d921bbfb5 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   48:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   49:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   50:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:27
[INFO] [stdout]   52:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:668:43
[INFO] [stdout]   53:     0x629d921b6b14 - test[fad20673b750c10e]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:698:41
[INFO] [stdout]   54:     0x629d921b6b14 - std[d054f6f42beb1baa]::sys::backtrace::__rust_begin_short_backtrace::<test[fad20673b750c10e]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   55:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   56:     0x629d921bf032 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::<(), core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x629d921bf032 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   61:     0x629d921bf032 - <std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x629d922d250f - <alloc[154f689e5dd3bae5]::boxed::Box<dyn core[5a1c3e9896636f3a]::ops::function::FnOnce<(), Output = ()> + core[5a1c3e9896636f3a]::marker::Send> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   63:     0x629d922d250f - <std[d054f6f42beb1baa]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   64:     0x78f159357aa4 - <unknown>
[INFO] [stdout]   65:     0x78f1593e4a64 - clone
[INFO] [stdout]   66:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- host::os::tests::test_reject_forward_firewall_with_tcp_over_ipv4 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'host::os::tests::test_reject_forward_firewall_with_tcp_over_ipv4' (46) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16:
[INFO] [stdout] Once instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::trace_unsynchronized::<std[d054f6f42beb1baa]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x629d922d2f78 - std[d054f6f42beb1baa]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x629d922d2f78 - <<std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[5a1c3e9896636f3a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x629d922e89aa - <core[5a1c3e9896636f3a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x629d922e89aa - core[5a1c3e9896636f3a]::fmt::write
[INFO] [stdout]    6:     0x629d922d7ee2 - std[d054f6f42beb1baa]::io::default_write_fmt::<alloc[154f689e5dd3bae5]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x629d922d7ee2 - <alloc[154f689e5dd3bae5]::vec::Vec<u8> as std[d054f6f42beb1baa]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x629d922b0b16 - <std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x629d922b0b16 - std[d054f6f42beb1baa]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x629d922caad9 - std[d054f6f42beb1baa]::panicking::default_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x629d921bb65c - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x629d921bb65c - test[fad20673b750c10e]::test_main_inner::<test[fad20673b750c10e]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x629d922cad52 - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x629d922cad52 - std[d054f6f42beb1baa]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x629d922b0c04 - std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x629d922a8539 - std[d054f6f42beb1baa]::sys::backtrace::__rust_end_short_backtrace::<std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x629d922b18ed - __rustc[7ab284efd7f33ea8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x629d922e919c - core[5a1c3e9896636f3a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x629d922b6382 - <std[d054f6f42beb1baa]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/sync/once/futex.rs:155:21
[INFO] [stdout]   20:     0x629d92063b59 - <std[d054f6f42beb1baa]::sync::once::Once>::call_once::<<lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>::{closure#0}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sync/once.rs:166:20
[INFO] [stdout]   21:     0x629d92042cfb - <lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get::<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16
[INFO] [stdout]   22:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__stability
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:142:26
[INFO] [stdout]   23:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:144:17
[INFO] [stdout]   24:     0x629d91ff6391 - firebreak[1c9b20da199f35fa]::host::os::tests::test_forward::<firebreak[1c9b20da199f35fa]::host::os::tests::build_reject, firebreak[1c9b20da199f35fa]::host::os::tests::expect_refused>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:357:9
[INFO] [stdout]   25:     0x629d91ffc097 - firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_tcp_over_ipv4::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:433:23
[INFO] [stdout]   26:     0x629d9201013d - <core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_tcp_over_ipv4::{closure#0}> as core[5a1c3e9896636f3a]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x629d91fc52fd - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:74
[INFO] [stdout]   28:     0x629d92039929 - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:121:9
[INFO] [stdout]   29:     0x629d91fd154c - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::try_with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   30:     0x629d91fc867e - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   31:     0x629d91fc0c9c - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:114:13
[INFO] [stdout]   32:     0x629d91fc0c9c - tokio[d554e27b711f5a0a]::coop::budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:98:5
[INFO] [stdout]   33:     0x629d91fc0c9c - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:35
[INFO] [stdout]   34:     0x629d91fc2c2a - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:29
[INFO] [stdout]   35:     0x629d92040c6d - <tokio[d554e27b711f5a0a]::macros::scoped_tls::ScopedKey<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Context>>::set::<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   36:     0x629d91fad4a4 - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:13
[INFO] [stdout]   37:     0x629d91fa4c23 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_tcp_over_ipv4::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:185:9
[INFO] [stdout]   38:     0x629d91fa4533 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::InnerGuard<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_tcp_over_ipv4::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:414:38
[INFO] [stdout]   39:     0x629d91fa1e01 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::BasicScheduler<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_tcp_over_ipv4::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:145:30
[INFO] [stdout]   40:     0x629d9205c2ea - <tokio[d554e27b711f5a0a]::runtime::Runtime>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_tcp_over_ipv4::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/mod.rs:440:51
[INFO] [stdout]   41:     0x629d92000764 - firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_tcp_over_ipv4
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:426:17
[INFO] [stdout]   42:     0x629d91ff7a87 - firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_tcp_over_ipv4::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:427:104
[INFO] [stdout]   43:     0x629d92008716 - <firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_forward_firewall_with_tcp_over_ipv4::{closure#0} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x629d921ae73b - <fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x629d921ae73b - test[fad20673b750c10e]::__rust_begin_short_backtrace::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:724:18
[INFO] [stdout]   46:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:74
[INFO] [stdout]   47:     0x629d921bbfb5 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   48:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   49:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   50:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:27
[INFO] [stdout]   52:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:668:43
[INFO] [stdout]   53:     0x629d921b6b14 - test[fad20673b750c10e]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:698:41
[INFO] [stdout]   54:     0x629d921b6b14 - std[d054f6f42beb1baa]::sys::backtrace::__rust_begin_short_backtrace::<test[fad20673b750c10e]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   55:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   56:     0x629d921bf032 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::<(), core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x629d921bf032 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   61:     0x629d921bf032 - <std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x629d922d250f - <alloc[154f689e5dd3bae5]::boxed::Box<dyn core[5a1c3e9896636f3a]::ops::function::FnOnce<(), Output = ()> + core[5a1c3e9896636f3a]::marker::Send> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   63:     0x629d922d250f - <std[d054f6f42beb1baa]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   64:     0x78f159357aa4 - <unknown>
[INFO] [stdout]   65:     0x78f1593e4a64 - clone
[INFO] [stdout]   66:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- host::os::tests::test_accept_forward_firewall_with_udp_over_ipv4 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'host::os::tests::test_accept_forward_firewall_with_udp_over_ipv4' (23) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16:
[INFO] [stdout] Once instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::trace_unsynchronized::<std[d054f6f42beb1baa]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x629d922d2f78 - std[d054f6f42beb1baa]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x629d922d2f78 - <<std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[5a1c3e9896636f3a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x629d922e89aa - <core[5a1c3e9896636f3a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x629d922e89aa - core[5a1c3e9896636f3a]::fmt::write
[INFO] [stdout]    6:     0x629d922d7ee2 - std[d054f6f42beb1baa]::io::default_write_fmt::<alloc[154f689e5dd3bae5]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x629d922d7ee2 - <alloc[154f689e5dd3bae5]::vec::Vec<u8> as std[d054f6f42beb1baa]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x629d922b0b16 - <std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x629d922b0b16 - std[d054f6f42beb1baa]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x629d922caad9 - std[d054f6f42beb1baa]::panicking::default_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x629d921bb65c - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x629d921bb65c - test[fad20673b750c10e]::test_main_inner::<test[fad20673b750c10e]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x629d922cad52 - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x629d922cad52 - std[d054f6f42beb1baa]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x629d922b0c04 - std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x629d922a8539 - std[d054f6f42beb1baa]::sys::backtrace::__rust_end_short_backtrace::<std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x629d922b18ed - __rustc[7ab284efd7f33ea8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x629d922e919c - core[5a1c3e9896636f3a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x629d922b6382 - <std[d054f6f42beb1baa]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/sync/once/futex.rs:155:21
[INFO] [stdout]   20:     0x629d92063b59 - <std[d054f6f42beb1baa]::sync::once::Once>::call_once::<<lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>::{closure#0}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sync/once.rs:166:20
[INFO] [stdout]   21:     0x629d92042cfb - <lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get::<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16
[INFO] [stdout]   22:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__stability
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:142:26
[INFO] [stdout]   23:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:144:17
[INFO] [stdout]   24:     0x629d91ff51e1 - firebreak[1c9b20da199f35fa]::host::os::tests::test_forward::<firebreak[1c9b20da199f35fa]::host::os::tests::build_accept, firebreak[1c9b20da199f35fa]::host::os::tests::expect_ok>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:357:9
[INFO] [stdout]   25:     0x629d91ffbc5a - firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_udp_over_ipv4::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:433:23
[INFO] [stdout]   26:     0x629d920100bd - <core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_udp_over_ipv4::{closure#0}> as core[5a1c3e9896636f3a]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x629d91fc50dd - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:74
[INFO] [stdout]   28:     0x629d92039689 - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:121:9
[INFO] [stdout]   29:     0x629d91fd130c - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::try_with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   30:     0x629d91fc85be - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   31:     0x629d91fbfddc - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:114:13
[INFO] [stdout]   32:     0x629d91fbfddc - tokio[d554e27b711f5a0a]::coop::budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:98:5
[INFO] [stdout]   33:     0x629d91fbfddc - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:35
[INFO] [stdout]   34:     0x629d91fc2bea - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:29
[INFO] [stdout]   35:     0x629d92040a6d - <tokio[d554e27b711f5a0a]::macros::scoped_tls::ScopedKey<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Context>>::set::<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   36:     0x629d91facd44 - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:13
[INFO] [stdout]   37:     0x629d91fa4be3 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_udp_over_ipv4::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:185:9
[INFO] [stdout]   38:     0x629d91fa43b3 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::InnerGuard<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_udp_over_ipv4::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:414:38
[INFO] [stdout]   39:     0x629d91fa17e1 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::BasicScheduler<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_udp_over_ipv4::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:145:30
[INFO] [stdout]   40:     0x629d9205bf8a - <tokio[d554e27b711f5a0a]::runtime::Runtime>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_udp_over_ipv4::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/mod.rs:440:51
[INFO] [stdout]   41:     0x629d920003c4 - firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_udp_over_ipv4
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:426:17
[INFO] [stdout]   42:     0x629d91ff7a27 - firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_udp_over_ipv4::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:427:104
[INFO] [stdout]   43:     0x629d92008696 - <firebreak[1c9b20da199f35fa]::host::os::tests::test_accept_forward_firewall_with_udp_over_ipv4::{closure#0} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x629d921ae73b - <fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x629d921ae73b - test[fad20673b750c10e]::__rust_begin_short_backtrace::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:724:18
[INFO] [stdout]   46:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:74
[INFO] [stdout]   47:     0x629d921bbfb5 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   48:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   49:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   50:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:27
[INFO] [stdout]   52:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:668:43
[INFO] [stdout]   53:     0x629d921b6b14 - test[fad20673b750c10e]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:698:41
[INFO] [stdout]   54:     0x629d921b6b14 - std[d054f6f42beb1baa]::sys::backtrace::__rust_begin_short_backtrace::<test[fad20673b750c10e]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   55:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   56:     0x629d921bf032 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::<(), core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x629d921bf032 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   61:     0x629d921bf032 - <std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x629d922d250f - <alloc[154f689e5dd3bae5]::boxed::Box<dyn core[5a1c3e9896636f3a]::ops::function::FnOnce<(), Output = ()> + core[5a1c3e9896636f3a]::marker::Send> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   63:     0x629d922d250f - <std[d054f6f42beb1baa]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   64:     0x78f159357aa4 - <unknown>
[INFO] [stdout]   65:     0x78f1593e4a64 - clone
[INFO] [stdout]   66:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- host::os::tests::test_drop_input_firewall_with_tcp_over_ipv4 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'host::os::tests::test_drop_input_firewall_with_tcp_over_ipv4' (38) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16:
[INFO] [stdout] Once instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::trace_unsynchronized::<std[d054f6f42beb1baa]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x629d922d2f78 - std[d054f6f42beb1baa]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x629d922d2f78 - <<std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[5a1c3e9896636f3a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x629d922e89aa - <core[5a1c3e9896636f3a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x629d922e89aa - core[5a1c3e9896636f3a]::fmt::write
[INFO] [stdout]    6:     0x629d922d7ee2 - std[d054f6f42beb1baa]::io::default_write_fmt::<alloc[154f689e5dd3bae5]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x629d922d7ee2 - <alloc[154f689e5dd3bae5]::vec::Vec<u8> as std[d054f6f42beb1baa]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x629d922b0b16 - <std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x629d922b0b16 - std[d054f6f42beb1baa]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x629d922caad9 - std[d054f6f42beb1baa]::panicking::default_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x629d921bb65c - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x629d921bb65c - test[fad20673b750c10e]::test_main_inner::<test[fad20673b750c10e]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x629d922cad52 - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x629d922cad52 - std[d054f6f42beb1baa]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x629d922b0c04 - std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x629d922a8539 - std[d054f6f42beb1baa]::sys::backtrace::__rust_end_short_backtrace::<std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x629d922b18ed - __rustc[7ab284efd7f33ea8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x629d922e919c - core[5a1c3e9896636f3a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x629d922b6382 - <std[d054f6f42beb1baa]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/sync/once/futex.rs:155:21
[INFO] [stdout]   20:     0x629d92063b59 - <std[d054f6f42beb1baa]::sync::once::Once>::call_once::<<lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>::{closure#0}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sync/once.rs:166:20
[INFO] [stdout]   21:     0x629d92042cfb - <lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get::<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16
[INFO] [stdout]   22:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__stability
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:142:26
[INFO] [stdout]   23:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:144:17
[INFO] [stdout]   24:     0x629d91fed799 - firebreak[1c9b20da199f35fa]::host::os::tests::test_input::<firebreak[1c9b20da199f35fa]::host::os::tests::build_drop, firebreak[1c9b20da199f35fa]::host::os::tests::expect_unreachable>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:277:9
[INFO] [stdout]   25:     0x629d91ff7c97 - firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_tcp_over_ipv4::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:433:23
[INFO] [stdout]   26:     0x629d9200f93d - <core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_tcp_over_ipv4::{closure#0}> as core[5a1c3e9896636f3a]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x629d91fc30fd - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:74
[INFO] [stdout]   28:     0x629d92036f29 - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:121:9
[INFO] [stdout]   29:     0x629d91fcf14c - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::try_with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   30:     0x629d91fc7a7e - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   31:     0x629d91fb209c - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:114:13
[INFO] [stdout]   32:     0x629d91fb209c - tokio[d554e27b711f5a0a]::coop::budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:98:5
[INFO] [stdout]   33:     0x629d91fb209c - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:35
[INFO] [stdout]   34:     0x629d91fc282a - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:29
[INFO] [stdout]   35:     0x629d9203ec6d - <tokio[d554e27b711f5a0a]::macros::scoped_tls::ScopedKey<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Context>>::set::<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   36:     0x629d91fa5ea4 - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:13
[INFO] [stdout]   37:     0x629d91fa4823 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_tcp_over_ipv4::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:185:9
[INFO] [stdout]   38:     0x629d91fa2d33 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::InnerGuard<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_tcp_over_ipv4::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:414:38
[INFO] [stdout]   39:     0x629d91f9bc01 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::BasicScheduler<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_tcp_over_ipv4::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:145:30
[INFO] [stdout]   40:     0x629d92058cea - <tokio[d554e27b711f5a0a]::runtime::Runtime>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_tcp_over_ipv4::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/mod.rs:440:51
[INFO] [stdout]   41:     0x629d91ffcd64 - firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_tcp_over_ipv4
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:426:17
[INFO] [stdout]   42:     0x629d91ff7487 - firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_tcp_over_ipv4::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:427:104
[INFO] [stdout]   43:     0x629d92007f16 - <firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_tcp_over_ipv4::{closure#0} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x629d921ae73b - <fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x629d921ae73b - test[fad20673b750c10e]::__rust_begin_short_backtrace::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:724:18
[INFO] [stdout]   46:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:74
[INFO] [stdout]   47:     0x629d921bbfb5 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   48:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   49:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   50:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:27
[INFO] [stdout]   52:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:668:43
[INFO] [stdout]   53:     0x629d921b6b14 - test[fad20673b750c10e]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:698:41
[INFO] [stdout]   54:     0x629d921b6b14 - std[d054f6f42beb1baa]::sys::backtrace::__rust_begin_short_backtrace::<test[fad20673b750c10e]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   55:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   56:     0x629d921bf032 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::<(), core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x629d921bf032 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   61:     0x629d921bf032 - <std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x629d922d250f - <alloc[154f689e5dd3bae5]::boxed::Box<dyn core[5a1c3e9896636f3a]::ops::function::FnOnce<(), Output = ()> + core[5a1c3e9896636f3a]::marker::Send> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   63:     0x629d922d250f - <std[d054f6f42beb1baa]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   64:     0x78f159357aa4 - <unknown>
[INFO] [stdout]   65:     0x78f1593e4a64 - clone
[INFO] [stdout]   66:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- host::os::tests::test_drop_output_firewall_with_tcp_over_ipv6 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'host::os::tests::test_drop_output_firewall_with_tcp_over_ipv6' (43) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16:
[INFO] [stdout] Once instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::trace_unsynchronized::<std[d054f6f42beb1baa]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x629d922d2f78 - std[d054f6f42beb1baa]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x629d922d2f78 - <<std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[5a1c3e9896636f3a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x629d922e89aa - <core[5a1c3e9896636f3a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x629d922e89aa - core[5a1c3e9896636f3a]::fmt::write
[INFO] [stdout]    6:     0x629d922d7ee2 - std[d054f6f42beb1baa]::io::default_write_fmt::<alloc[154f689e5dd3bae5]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x629d922d7ee2 - <alloc[154f689e5dd3bae5]::vec::Vec<u8> as std[d054f6f42beb1baa]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x629d922b0b16 - <std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x629d922b0b16 - std[d054f6f42beb1baa]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x629d922caad9 - std[d054f6f42beb1baa]::panicking::default_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x629d921bb65c - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x629d921bb65c - test[fad20673b750c10e]::test_main_inner::<test[fad20673b750c10e]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x629d922cad52 - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x629d922cad52 - std[d054f6f42beb1baa]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x629d922b0c04 - std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x629d922a8539 - std[d054f6f42beb1baa]::sys::backtrace::__rust_end_short_backtrace::<std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x629d922b18ed - __rustc[7ab284efd7f33ea8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x629d922e919c - core[5a1c3e9896636f3a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x629d922b6382 - <std[d054f6f42beb1baa]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/sync/once/futex.rs:155:21
[INFO] [stdout]   20:     0x629d92063b59 - <std[d054f6f42beb1baa]::sync::once::Once>::call_once::<<lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>::{closure#0}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sync/once.rs:166:20
[INFO] [stdout]   21:     0x629d92042cfb - <lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get::<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16
[INFO] [stdout]   22:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__stability
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:142:26
[INFO] [stdout]   23:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:144:17
[INFO] [stdout]   24:     0x629d91ff1359 - firebreak[1c9b20da199f35fa]::host::os::tests::test_output::<firebreak[1c9b20da199f35fa]::host::os::tests::build_drop, firebreak[1c9b20da199f35fa]::host::os::tests::expect_unreachable>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:317:9
[INFO] [stdout]   25:     0x629d91ff8737 - firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_tcp_over_ipv6::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:433:23
[INFO] [stdout]   26:     0x629d9200fa7d - <core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_tcp_over_ipv6::{closure#0}> as core[5a1c3e9896636f3a]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x629d91fc364d - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:74
[INFO] [stdout]   28:     0x629d920375b9 - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:121:9
[INFO] [stdout]   29:     0x629d91fcf6ec - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::try_with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   30:     0x629d91fc7c5e - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   31:     0x629d91fb457c - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:114:13
[INFO] [stdout]   32:     0x629d91fb457c - tokio[d554e27b711f5a0a]::coop::budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:98:5
[INFO] [stdout]   33:     0x629d91fb457c - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:35
[INFO] [stdout]   34:     0x629d91fc28ca - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:29
[INFO] [stdout]   35:     0x629d9203f16d - <tokio[d554e27b711f5a0a]::macros::scoped_tls::ScopedKey<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Context>>::set::<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   36:     0x629d91fa7114 - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:13
[INFO] [stdout]   37:     0x629d91fa48c3 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_tcp_over_ipv6::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:185:9
[INFO] [stdout]   38:     0x629d91fa30f3 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::InnerGuard<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_tcp_over_ipv6::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:414:38
[INFO] [stdout]   39:     0x629d91f9cb51 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::BasicScheduler<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_tcp_over_ipv6::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:145:30
[INFO] [stdout]   40:     0x629d9205955a - <tokio[d554e27b711f5a0a]::runtime::Runtime>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_tcp_over_ipv6::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/mod.rs:440:51
[INFO] [stdout]   41:     0x629d91ffd674 - firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_tcp_over_ipv6
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:426:17
[INFO] [stdout]   42:     0x629d91ff7577 - firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_tcp_over_ipv6::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:427:104
[INFO] [stdout]   43:     0x629d92008056 - <firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_tcp_over_ipv6::{closure#0} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x629d921ae73b - <fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x629d921ae73b - test[fad20673b750c10e]::__rust_begin_short_backtrace::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:724:18
[INFO] [stdout]   46:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:74
[INFO] [stdout]   47:     0x629d921bbfb5 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   48:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   49:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   50:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:27
[INFO] [stdout]   52:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:668:43
[INFO] [stdout]   53:     0x629d921b6b14 - test[fad20673b750c10e]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:698:41
[INFO] [stdout]   54:     0x629d921b6b14 - std[d054f6f42beb1baa]::sys::backtrace::__rust_begin_short_backtrace::<test[fad20673b750c10e]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   55:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   56:     0x629d921bf032 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::<(), core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x629d921bf032 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   61:     0x629d921bf032 - <std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x629d922d250f - <alloc[154f689e5dd3bae5]::boxed::Box<dyn core[5a1c3e9896636f3a]::ops::function::FnOnce<(), Output = ()> + core[5a1c3e9896636f3a]::marker::Send> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   63:     0x629d922d250f - <std[d054f6f42beb1baa]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   64:     0x78f159357aa4 - <unknown>
[INFO] [stdout]   65:     0x78f1593e4a64 - clone
[INFO] [stdout]   66:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- host::os::tests::test_drop_output_firewall_with_tcp_over_ipv4 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'host::os::tests::test_drop_output_firewall_with_tcp_over_ipv4' (42) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16:
[INFO] [stdout] Once instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::trace_unsynchronized::<std[d054f6f42beb1baa]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x629d922d2f78 - std[d054f6f42beb1baa]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x629d922d2f78 - <<std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[5a1c3e9896636f3a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x629d922e89aa - <core[5a1c3e9896636f3a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x629d922e89aa - core[5a1c3e9896636f3a]::fmt::write
[INFO] [stdout]    6:     0x629d922d7ee2 - std[d054f6f42beb1baa]::io::default_write_fmt::<alloc[154f689e5dd3bae5]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x629d922d7ee2 - <alloc[154f689e5dd3bae5]::vec::Vec<u8> as std[d054f6f42beb1baa]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x629d922b0b16 - <std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x629d922b0b16 - std[d054f6f42beb1baa]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x629d922caad9 - std[d054f6f42beb1baa]::panicking::default_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x629d921bb65c - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x629d921bb65c - test[fad20673b750c10e]::test_main_inner::<test[fad20673b750c10e]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x629d922cad52 - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x629d922cad52 - std[d054f6f42beb1baa]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x629d922b0c04 - std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x629d922a8539 - std[d054f6f42beb1baa]::sys::backtrace::__rust_end_short_backtrace::<std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x629d922b18ed - __rustc[7ab284efd7f33ea8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x629d922e919c - core[5a1c3e9896636f3a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x629d922b6382 - <std[d054f6f42beb1baa]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/sync/once/futex.rs:155:21
[INFO] [stdout]   20:     0x629d92063b59 - <std[d054f6f42beb1baa]::sync::once::Once>::call_once::<<lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>::{closure#0}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sync/once.rs:166:20
[INFO] [stdout]   21:     0x629d92042cfb - <lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get::<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16
[INFO] [stdout]   22:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__stability
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:142:26
[INFO] [stdout]   23:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:144:17
[INFO] [stdout]   24:     0x629d91ff1359 - firebreak[1c9b20da199f35fa]::host::os::tests::test_output::<firebreak[1c9b20da199f35fa]::host::os::tests::build_drop, firebreak[1c9b20da199f35fa]::host::os::tests::expect_unreachable>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:317:9
[INFO] [stdout]   25:     0x629d91ff8517 - firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_tcp_over_ipv4::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:433:23
[INFO] [stdout]   26:     0x629d9200fa3d - <core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_tcp_over_ipv4::{closure#0}> as core[5a1c3e9896636f3a]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x629d91fc353d - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:74
[INFO] [stdout]   28:     0x629d92037469 - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:121:9
[INFO] [stdout]   29:     0x629d91fcf5cc - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::try_with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   30:     0x629d91fc7bfe - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   31:     0x629d91fb3e1c - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:114:13
[INFO] [stdout]   32:     0x629d91fb3e1c - tokio[d554e27b711f5a0a]::coop::budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:98:5
[INFO] [stdout]   33:     0x629d91fb3e1c - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:35
[INFO] [stdout]   34:     0x629d91fc28aa - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:29
[INFO] [stdout]   35:     0x629d9203f06d - <tokio[d554e27b711f5a0a]::macros::scoped_tls::ScopedKey<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Context>>::set::<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   36:     0x629d91fa6d64 - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:13
[INFO] [stdout]   37:     0x629d91fa48a3 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_tcp_over_ipv4::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:185:9
[INFO] [stdout]   38:     0x629d91fa3033 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::InnerGuard<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_tcp_over_ipv4::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:414:38
[INFO] [stdout]   39:     0x629d91f9c841 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::BasicScheduler<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_tcp_over_ipv4::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:145:30
[INFO] [stdout]   40:     0x629d920593aa - <tokio[d554e27b711f5a0a]::runtime::Runtime>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_tcp_over_ipv4::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/mod.rs:440:51
[INFO] [stdout]   41:     0x629d91ffd4a4 - firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_tcp_over_ipv4
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:426:17
[INFO] [stdout]   42:     0x629d91ff7547 - firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_tcp_over_ipv4::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:427:104
[INFO] [stdout]   43:     0x629d92008016 - <firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_tcp_over_ipv4::{closure#0} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x629d921ae73b - <fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x629d921ae73b - test[fad20673b750c10e]::__rust_begin_short_backtrace::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:724:18
[INFO] [stdout]   46:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:74
[INFO] [stdout]   47:     0x629d921bbfb5 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   48:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   49:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   50:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:27
[INFO] [stdout]   52:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:668:43
[INFO] [stdout]   53:     0x629d921b6b14 - test[fad20673b750c10e]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:698:41
[INFO] [stdout]   54:     0x629d921b6b14 - std[d054f6f42beb1baa]::sys::backtrace::__rust_begin_short_backtrace::<test[fad20673b750c10e]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   55:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   56:     0x629d921bf032 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::<(), core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x629d921bf032 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   61:     0x629d921bf032 - <std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x629d922d250f - <alloc[154f689e5dd3bae5]::boxed::Box<dyn core[5a1c3e9896636f3a]::ops::function::FnOnce<(), Output = ()> + core[5a1c3e9896636f3a]::marker::Send> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   63:     0x629d922d250f - <std[d054f6f42beb1baa]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   64:     0x78f159357aa4 - <unknown>
[INFO] [stdout]   65:     0x78f1593e4a64 - clone
[INFO] [stdout]   66:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- host::os::tests::test_drop_forward_firewall_with_udp_over_ipv4 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'host::os::tests::test_drop_forward_firewall_with_udp_over_ipv4' (36) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16:
[INFO] [stdout] Once instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::trace_unsynchronized::<std[d054f6f42beb1baa]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x629d922d2f78 - std[d054f6f42beb1baa]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x629d922d2f78 - <<std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[5a1c3e9896636f3a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x629d922e89aa - <core[5a1c3e9896636f3a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x629d922e89aa - core[5a1c3e9896636f3a]::fmt::write
[INFO] [stdout]    6:     0x629d922d7ee2 - std[d054f6f42beb1baa]::io::default_write_fmt::<alloc[154f689e5dd3bae5]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x629d922d7ee2 - <alloc[154f689e5dd3bae5]::vec::Vec<u8> as std[d054f6f42beb1baa]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x629d922b0b16 - <std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x629d922b0b16 - std[d054f6f42beb1baa]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x629d922caad9 - std[d054f6f42beb1baa]::panicking::default_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x629d921bb65c - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x629d921bb65c - test[fad20673b750c10e]::test_main_inner::<test[fad20673b750c10e]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x629d922cad52 - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x629d922cad52 - std[d054f6f42beb1baa]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x629d922b0c04 - std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x629d922a8539 - std[d054f6f42beb1baa]::sys::backtrace::__rust_end_short_backtrace::<std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x629d922b18ed - __rustc[7ab284efd7f33ea8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x629d922e919c - core[5a1c3e9896636f3a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x629d922b6382 - <std[d054f6f42beb1baa]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/sync/once/futex.rs:155:21
[INFO] [stdout]   20:     0x629d92063b59 - <std[d054f6f42beb1baa]::sync::once::Once>::call_once::<<lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>::{closure#0}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sync/once.rs:166:20
[INFO] [stdout]   21:     0x629d92042cfb - <lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get::<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16
[INFO] [stdout]   22:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__stability
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:142:26
[INFO] [stdout]   23:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:144:17
[INFO] [stdout]   24:     0x629d91ff4031 - firebreak[1c9b20da199f35fa]::host::os::tests::test_forward::<firebreak[1c9b20da199f35fa]::host::os::tests::build_drop, firebreak[1c9b20da199f35fa]::host::os::tests::expect_unreachable>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:357:9
[INFO] [stdout]   25:     0x629d91ff9a5a - firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_udp_over_ipv4::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:433:23
[INFO] [stdout]   26:     0x629d9200fcbd - <core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_udp_over_ipv4::{closure#0}> as core[5a1c3e9896636f3a]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x629d91fc3fdd - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:74
[INFO] [stdout]   28:     0x629d92038189 - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:121:9
[INFO] [stdout]   29:     0x629d91fd010c - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::try_with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   30:     0x629d91fc7fbe - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   31:     0x629d91fb87dc - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:114:13
[INFO] [stdout]   32:     0x629d91fb87dc - tokio[d554e27b711f5a0a]::coop::budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:98:5
[INFO] [stdout]   33:     0x629d91fb87dc - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:35
[INFO] [stdout]   34:     0x629d91fc29ea - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:29
[INFO] [stdout]   35:     0x629d9203fa6d - <tokio[d554e27b711f5a0a]::macros::scoped_tls::ScopedKey<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Context>>::set::<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   36:     0x629d91fa9244 - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:13
[INFO] [stdout]   37:     0x629d91fa49e3 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_udp_over_ipv4::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:185:9
[INFO] [stdout]   38:     0x629d91fa37b3 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::InnerGuard<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_udp_over_ipv4::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:414:38
[INFO] [stdout]   39:     0x629d91f9e6e1 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::BasicScheduler<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_udp_over_ipv4::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:145:30
[INFO] [stdout]   40:     0x629d9205a48a - <tokio[d554e27b711f5a0a]::runtime::Runtime>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_udp_over_ipv4::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/mod.rs:440:51
[INFO] [stdout]   41:     0x629d91ffe6c4 - firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_udp_over_ipv4
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:426:17
[INFO] [stdout]   42:     0x629d91ff7727 - firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_udp_over_ipv4::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:427:104
[INFO] [stdout]   43:     0x629d92008296 - <firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_udp_over_ipv4::{closure#0} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x629d921ae73b - <fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x629d921ae73b - test[fad20673b750c10e]::__rust_begin_short_backtrace::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:724:18
[INFO] [stdout]   46:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:74
[INFO] [stdout]   47:     0x629d921bbfb5 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   48:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   49:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   50:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:27
[INFO] [stdout]   52:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:668:43
[INFO] [stdout]   53:     0x629d921b6b14 - test[fad20673b750c10e]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:698:41
[INFO] [stdout]   54:     0x629d921b6b14 - std[d054f6f42beb1baa]::sys::backtrace::__rust_begin_short_backtrace::<test[fad20673b750c10e]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   55:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   56:     0x629d921bf032 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::<(), core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x629d921bf032 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   61:     0x629d921bf032 - <std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x629d922d250f - <alloc[154f689e5dd3bae5]::boxed::Box<dyn core[5a1c3e9896636f3a]::ops::function::FnOnce<(), Output = ()> + core[5a1c3e9896636f3a]::marker::Send> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   63:     0x629d922d250f - <std[d054f6f42beb1baa]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   64:     0x78f159357aa4 - <unknown>
[INFO] [stdout]   65:     0x78f1593e4a64 - clone
[INFO] [stdout]   66:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- conn::os::tests::tcp_v6_ok stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'conn::os::tests::tcp_v6_ok' (18) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16:
[INFO] [stdout] Once instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::trace_unsynchronized::<std[d054f6f42beb1baa]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x629d922d2f78 - std[d054f6f42beb1baa]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x629d922d2f78 - <<std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[5a1c3e9896636f3a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x629d922e89aa - <core[5a1c3e9896636f3a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x629d922e89aa - core[5a1c3e9896636f3a]::fmt::write
[INFO] [stdout]    6:     0x629d922d7ee2 - std[d054f6f42beb1baa]::io::default_write_fmt::<alloc[154f689e5dd3bae5]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x629d922d7ee2 - <alloc[154f689e5dd3bae5]::vec::Vec<u8> as std[d054f6f42beb1baa]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x629d922b0b16 - <std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x629d922b0b16 - std[d054f6f42beb1baa]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x629d922caad9 - std[d054f6f42beb1baa]::panicking::default_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x629d921bb65c - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x629d921bb65c - test[fad20673b750c10e]::test_main_inner::<test[fad20673b750c10e]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x629d922cad52 - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x629d922cad52 - std[d054f6f42beb1baa]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x629d922b0c04 - std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x629d922a8539 - std[d054f6f42beb1baa]::sys::backtrace::__rust_end_short_backtrace::<std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x629d922b18ed - __rustc[7ab284efd7f33ea8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x629d922e919c - core[5a1c3e9896636f3a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x629d922b6382 - <std[d054f6f42beb1baa]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/sync/once/futex.rs:155:21
[INFO] [stdout]   20:     0x629d92063b59 - <std[d054f6f42beb1baa]::sync::once::Once>::call_once::<<lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>::{closure#0}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sync/once.rs:166:20
[INFO] [stdout]   21:     0x629d92042cfb - <lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get::<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16
[INFO] [stdout]   22:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__stability
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:142:26
[INFO] [stdout]   23:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:144:17
[INFO] [stdout]   24:     0x629d92008d9c - <firebreak[1c9b20da199f35fa]::conn::os::tests::NS as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize
[INFO] [stdout]                                at /opt/rustwide/workdir/src/conn/os.rs:306:13
[INFO] [stdout]   25:     0x629d92008d9c - <<firebreak[1c9b20da199f35fa]::conn::os::tests::NS as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x629d9200b65b - <lazy_static[df45219a1873bb6b]::lazy::Lazy<firebreak[1c9b20da199f35fa]::os::OsNs>>::get::<<firebreak[1c9b20da199f35fa]::conn::os::tests::NS as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:31:29
[INFO] [stdout]   27:     0x629d92066f0d - <std[d054f6f42beb1baa]::sync::once::Once>::call_once::<<lazy_static[df45219a1873bb6b]::lazy::Lazy<firebreak[1c9b20da199f35fa]::os::OsNs>>::get<<firebreak[1c9b20da199f35fa]::conn::os::tests::NS as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sync/once.rs:166:41
[INFO] [stdout]   28:     0x629d922b6249 - <std[d054f6f42beb1baa]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   29:     0x629d920638e9 - <std[d054f6f42beb1baa]::sync::once::Once>::call_once::<<lazy_static[df45219a1873bb6b]::lazy::Lazy<firebreak[1c9b20da199f35fa]::os::OsNs>>::get<<firebreak[1c9b20da199f35fa]::conn::os::tests::NS as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>::{closure#0}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sync/once.rs:166:20
[INFO] [stdout]   30:     0x629d920616bf - <lazy_static[df45219a1873bb6b]::lazy::Lazy<firebreak[1c9b20da199f35fa]::os::OsNs>>::get::<<firebreak[1c9b20da199f35fa]::conn::os::tests::NS as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16
[INFO] [stdout]   31:     0x629d920616bf - <firebreak[1c9b20da199f35fa]::conn::os::tests::NS as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__stability
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:142:26
[INFO] [stdout]   32:     0x629d920616bf - <firebreak[1c9b20da199f35fa]::conn::os::tests::NS as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:144:17
[INFO] [stdout]   33:     0x629d9200958a - <firebreak[1c9b20da199f35fa]::conn::os::tests::IPV6_LOCALHOST_CONN_PATH as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize
[INFO] [stdout]                                at /opt/rustwide/workdir/src/conn/os.rs:325:17
[INFO] [stdout]   34:     0x629d9200958a - <<firebreak[1c9b20da199f35fa]::conn::os::tests::IPV6_LOCALHOST_CONN_PATH as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   35:     0x629d9200b701 - <lazy_static[df45219a1873bb6b]::lazy::Lazy<firebreak[1c9b20da199f35fa]::conn::os::OsNsConnPath>>::get::<<firebreak[1c9b20da199f35fa]::conn::os::tests::IPV6_LOCALHOST_CONN_PATH as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:31:29
[INFO] [stdout]   36:     0x629d92066fcd - <std[d054f6f42beb1baa]::sync::once::Once>::call_once::<<lazy_static[df45219a1873bb6b]::lazy::Lazy<firebreak[1c9b20da199f35fa]::conn::os::OsNsConnPath>>::get<<firebreak[1c9b20da199f35fa]::conn::os::tests::IPV6_LOCALHOST_CONN_PATH as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sync/once.rs:166:41
[INFO] [stdout]   37:     0x629d922b6249 - <std[d054f6f42beb1baa]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   38:     0x629d92063a89 - <std[d054f6f42beb1baa]::sync::once::Once>::call_once::<<lazy_static[df45219a1873bb6b]::lazy::Lazy<firebreak[1c9b20da199f35fa]::conn::os::OsNsConnPath>>::get<<firebreak[1c9b20da199f35fa]::conn::os::tests::IPV6_LOCALHOST_CONN_PATH as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>::{closure#0}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sync/once.rs:166:20
[INFO] [stdout]   39:     0x629d9206257f - <lazy_static[df45219a1873bb6b]::lazy::Lazy<firebreak[1c9b20da199f35fa]::conn::os::OsNsConnPath>>::get::<<firebreak[1c9b20da199f35fa]::conn::os::tests::IPV6_LOCALHOST_CONN_PATH as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16
[INFO] [stdout]   40:     0x629d9206257f - <firebreak[1c9b20da199f35fa]::conn::os::tests::IPV6_LOCALHOST_CONN_PATH as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__stability
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:142:26
[INFO] [stdout]   41:     0x629d9206257f - <firebreak[1c9b20da199f35fa]::conn::os::tests::IPV6_LOCALHOST_CONN_PATH as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:144:17
[INFO] [stdout]   42:     0x629d9205e134 - firebreak[1c9b20da199f35fa]::conn::os::tests::tcp_v6_ok::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/conn/os.rs:350:40
[INFO] [stdout]   43:     0x629d9200f87d - <core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::conn::os::tests::tcp_v6_ok::{closure#0}> as core[5a1c3e9896636f3a]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/future/future.rs:133:9
[INFO] [stdout]   44:     0x629d91fc2dcd - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::conn::os::tests::tcp_v6_ok::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:74
[INFO] [stdout]   45:     0x629d92036b39 - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::conn::os::tests::tcp_v6_ok::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:121:9
[INFO] [stdout]   46:     0x629d91fcedec - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::try_with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::conn::os::tests::tcp_v6_ok::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   47:     0x629d91fc795e - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::conn::os::tests::tcp_v6_ok::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   48:     0x629d91fb0a7c - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::conn::os::tests::tcp_v6_ok::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:114:13
[INFO] [stdout]   49:     0x629d91fb0a7c - tokio[d554e27b711f5a0a]::coop::budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::conn::os::tests::tcp_v6_ok::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:98:5
[INFO] [stdout]   50:     0x629d91fb0a7c - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::conn::os::tests::tcp_v6_ok::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:35
[INFO] [stdout]   51:     0x629d91fc27ca - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::conn::os::tests::tcp_v6_ok::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:29
[INFO] [stdout]   52:     0x629d9203e96d - <tokio[d554e27b711f5a0a]::macros::scoped_tls::ScopedKey<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Context>>::set::<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::conn::os::tests::tcp_v6_ok::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   53:     0x629d91fa5394 - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::conn::os::tests::tcp_v6_ok::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:13
[INFO] [stdout]   54:     0x629d91fa47c3 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::conn::os::tests::tcp_v6_ok::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:185:9
[INFO] [stdout]   55:     0x629d91fa2af3 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::InnerGuard<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::conn::os::tests::tcp_v6_ok::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:414:38
[INFO] [stdout]   56:     0x629d91f9b2fd - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::BasicScheduler<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<firebreak[1c9b20da199f35fa]::conn::os::tests::tcp_v6_ok::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:145:30
[INFO] [stdout]   57:     0x629d92058822 - <tokio[d554e27b711f5a0a]::runtime::Runtime>::block_on::<firebreak[1c9b20da199f35fa]::conn::os::tests::tcp_v6_ok::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/mod.rs:440:51
[INFO] [stdout]   58:     0x629d92061154 - firebreak[1c9b20da199f35fa]::conn::os::tests::tcp_v6_ok
[INFO] [stdout]                                at /opt/rustwide/workdir/src/conn/os.rs:347:5
[INFO] [stdout]   59:     0x629d9205dd17 - firebreak[1c9b20da199f35fa]::conn::os::tests::tcp_v6_ok::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/conn/os.rs:348:29
[INFO] [stdout]   60:     0x629d92007e56 - <firebreak[1c9b20da199f35fa]::conn::os::tests::tcp_v6_ok::{closure#0} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x629d921ae73b - <fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x629d921ae73b - test[fad20673b750c10e]::__rust_begin_short_backtrace::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:724:18
[INFO] [stdout]   63:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:74
[INFO] [stdout]   64:     0x629d921bbfb5 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   65:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   66:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   67:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   68:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:27
[INFO] [stdout]   69:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:668:43
[INFO] [stdout]   70:     0x629d921b6b14 - test[fad20673b750c10e]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:698:41
[INFO] [stdout]   71:     0x629d921b6b14 - std[d054f6f42beb1baa]::sys::backtrace::__rust_begin_short_backtrace::<test[fad20673b750c10e]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   72:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   73:     0x629d921bf032 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   74:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   75:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::<(), core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   76:     0x629d921bf032 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   77:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   78:     0x629d921bf032 - <std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   79:     0x629d922d250f - <alloc[154f689e5dd3bae5]::boxed::Box<dyn core[5a1c3e9896636f3a]::ops::function::FnOnce<(), Output = ()> + core[5a1c3e9896636f3a]::marker::Send> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   80:     0x629d922d250f - <std[d054f6f42beb1baa]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   81:     0x78f159357aa4 - <unknown>
[INFO] [stdout]   82:     0x78f1593e4a64 - clone
[INFO] [stdout]   83:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- host::os::tests::test_drop_forward_firewall_with_tcp_over_ipv6 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'host::os::tests::test_drop_forward_firewall_with_tcp_over_ipv6' (35) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16:
[INFO] [stdout] Once instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::trace_unsynchronized::<std[d054f6f42beb1baa]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x629d922d2f78 - std[d054f6f42beb1baa]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x629d922d2f78 - <<std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[5a1c3e9896636f3a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x629d922e89aa - <core[5a1c3e9896636f3a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x629d922e89aa - core[5a1c3e9896636f3a]::fmt::write
[INFO] [stdout]    6:     0x629d922d7ee2 - std[d054f6f42beb1baa]::io::default_write_fmt::<alloc[154f689e5dd3bae5]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x629d922d7ee2 - <alloc[154f689e5dd3bae5]::vec::Vec<u8> as std[d054f6f42beb1baa]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x629d922b0b16 - <std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x629d922b0b16 - std[d054f6f42beb1baa]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x629d922caad9 - std[d054f6f42beb1baa]::panicking::default_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x629d921bb65c - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x629d921bb65c - test[fad20673b750c10e]::test_main_inner::<test[fad20673b750c10e]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x629d922cad52 - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x629d922cad52 - std[d054f6f42beb1baa]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x629d922b0c04 - std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x629d922a8539 - std[d054f6f42beb1baa]::sys::backtrace::__rust_end_short_backtrace::<std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x629d922b18ed - __rustc[7ab284efd7f33ea8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x629d922e919c - core[5a1c3e9896636f3a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x629d922b6382 - <std[d054f6f42beb1baa]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/sync/once/futex.rs:155:21
[INFO] [stdout]   20:     0x629d92063b59 - <std[d054f6f42beb1baa]::sync::once::Once>::call_once::<<lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>::{closure#0}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sync/once.rs:166:20
[INFO] [stdout]   21:     0x629d92042cfb - <lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get::<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16
[INFO] [stdout]   22:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__stability
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:142:26
[INFO] [stdout]   23:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:144:17
[INFO] [stdout]   24:     0x629d91ff4031 - firebreak[1c9b20da199f35fa]::host::os::tests::test_forward::<firebreak[1c9b20da199f35fa]::host::os::tests::build_drop, firebreak[1c9b20da199f35fa]::host::os::tests::expect_unreachable>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:357:9
[INFO] [stdout]   25:     0x629d91ff9837 - firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_tcp_over_ipv6::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:433:23
[INFO] [stdout]   26:     0x629d9200fc7d - <core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_tcp_over_ipv6::{closure#0}> as core[5a1c3e9896636f3a]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x629d91fc3ecd - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:74
[INFO] [stdout]   28:     0x629d92038039 - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:121:9
[INFO] [stdout]   29:     0x629d91fcffec - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::try_with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   30:     0x629d91fc7f5e - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   31:     0x629d91fb807c - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:114:13
[INFO] [stdout]   32:     0x629d91fb807c - tokio[d554e27b711f5a0a]::coop::budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:98:5
[INFO] [stdout]   33:     0x629d91fb807c - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:35
[INFO] [stdout]   34:     0x629d91fc29ca - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:29
[INFO] [stdout]   35:     0x629d9203f96d - <tokio[d554e27b711f5a0a]::macros::scoped_tls::ScopedKey<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Context>>::set::<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   36:     0x629d91fa8e94 - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:13
[INFO] [stdout]   37:     0x629d91fa49c3 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_tcp_over_ipv6::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:185:9
[INFO] [stdout]   38:     0x629d91fa36f3 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::InnerGuard<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_tcp_over_ipv6::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:414:38
[INFO] [stdout]   39:     0x629d91f9e3d1 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::BasicScheduler<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_tcp_over_ipv6::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:145:30
[INFO] [stdout]   40:     0x629d9205a2da - <tokio[d554e27b711f5a0a]::runtime::Runtime>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_tcp_over_ipv6::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/mod.rs:440:51
[INFO] [stdout]   41:     0x629d91ffe4f4 - firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_tcp_over_ipv6
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:426:17
[INFO] [stdout]   42:     0x629d91ff76f7 - firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_tcp_over_ipv6::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:427:104
[INFO] [stdout]   43:     0x629d92008256 - <firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_tcp_over_ipv6::{closure#0} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x629d921ae73b - <fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x629d921ae73b - test[fad20673b750c10e]::__rust_begin_short_backtrace::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:724:18
[INFO] [stdout]   46:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:74
[INFO] [stdout]   47:     0x629d921bbfb5 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   48:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   49:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   50:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:27
[INFO] [stdout]   52:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:668:43
[INFO] [stdout]   53:     0x629d921b6b14 - test[fad20673b750c10e]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:698:41
[INFO] [stdout]   54:     0x629d921b6b14 - std[d054f6f42beb1baa]::sys::backtrace::__rust_begin_short_backtrace::<test[fad20673b750c10e]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   55:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   56:     0x629d921bf032 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::<(), core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x629d921bf032 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   61:     0x629d921bf032 - <std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x629d922d250f - <alloc[154f689e5dd3bae5]::boxed::Box<dyn core[5a1c3e9896636f3a]::ops::function::FnOnce<(), Output = ()> + core[5a1c3e9896636f3a]::marker::Send> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   63:     0x629d922d250f - <std[d054f6f42beb1baa]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   64:     0x78f159357aa4 - <unknown>
[INFO] [stdout]   65:     0x78f1593e4a64 - clone
[INFO] [stdout]   66:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- host::os::tests::test_reject_input_firewall_with_tcp_over_ipv4 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'host::os::tests::test_reject_input_firewall_with_tcp_over_ipv4' (50) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16:
[INFO] [stdout] Once instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::trace_unsynchronized::<std[d054f6f42beb1baa]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x629d922d2f78 - std[d054f6f42beb1baa]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x629d922d2f78 - <<std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[5a1c3e9896636f3a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x629d922e89aa - <core[5a1c3e9896636f3a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x629d922e89aa - core[5a1c3e9896636f3a]::fmt::write
[INFO] [stdout]    6:     0x629d922d7ee2 - std[d054f6f42beb1baa]::io::default_write_fmt::<alloc[154f689e5dd3bae5]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x629d922d7ee2 - <alloc[154f689e5dd3bae5]::vec::Vec<u8> as std[d054f6f42beb1baa]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x629d922b0b16 - <std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x629d922b0b16 - std[d054f6f42beb1baa]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x629d922caad9 - std[d054f6f42beb1baa]::panicking::default_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x629d921bb65c - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x629d921bb65c - test[fad20673b750c10e]::test_main_inner::<test[fad20673b750c10e]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x629d922cad52 - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x629d922cad52 - std[d054f6f42beb1baa]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x629d922b0c04 - std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x629d922a8539 - std[d054f6f42beb1baa]::sys::backtrace::__rust_end_short_backtrace::<std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x629d922b18ed - __rustc[7ab284efd7f33ea8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x629d922e919c - core[5a1c3e9896636f3a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x629d922b6382 - <std[d054f6f42beb1baa]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/sync/once/futex.rs:155:21
[INFO] [stdout]   20:     0x629d92063b59 - <std[d054f6f42beb1baa]::sync::once::Once>::call_once::<<lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>::{closure#0}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sync/once.rs:166:20
[INFO] [stdout]   21:     0x629d92042cfb - <lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get::<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16
[INFO] [stdout]   22:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__stability
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:142:26
[INFO] [stdout]   23:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:144:17
[INFO] [stdout]   24:     0x629d91fef579 - firebreak[1c9b20da199f35fa]::host::os::tests::test_input::<firebreak[1c9b20da199f35fa]::host::os::tests::build_reject, firebreak[1c9b20da199f35fa]::host::os::tests::expect_refused>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:277:9
[INFO] [stdout]   25:     0x629d91ff9e97 - firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_tcp_over_ipv4::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:433:23
[INFO] [stdout]   26:     0x629d9200fd3d - <core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_tcp_over_ipv4::{closure#0}> as core[5a1c3e9896636f3a]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x629d91fc41fd - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:74
[INFO] [stdout]   28:     0x629d92038429 - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:121:9
[INFO] [stdout]   29:     0x629d91fd034c - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::try_with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   30:     0x629d91fc807e - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   31:     0x629d91fb969c - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:114:13
[INFO] [stdout]   32:     0x629d91fb969c - tokio[d554e27b711f5a0a]::coop::budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:98:5
[INFO] [stdout]   33:     0x629d91fb969c - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:35
[INFO] [stdout]   34:     0x629d91fc2a2a - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:29
[INFO] [stdout]   35:     0x629d9203fc6d - <tokio[d554e27b711f5a0a]::macros::scoped_tls::ScopedKey<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Context>>::set::<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   36:     0x629d91fa99a4 - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:13
[INFO] [stdout]   37:     0x629d91fa4a23 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_tcp_over_ipv4::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:185:9
[INFO] [stdout]   38:     0x629d91fa3933 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::InnerGuard<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_tcp_over_ipv4::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:414:38
[INFO] [stdout]   39:     0x629d91f9ed01 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::BasicScheduler<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_tcp_over_ipv4::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:145:30
[INFO] [stdout]   40:     0x629d9205a7ea - <tokio[d554e27b711f5a0a]::runtime::Runtime>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_tcp_over_ipv4::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/mod.rs:440:51
[INFO] [stdout]   41:     0x629d91ffea64 - firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_tcp_over_ipv4
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:426:17
[INFO] [stdout]   42:     0x629d91ff7787 - firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_tcp_over_ipv4::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:427:104
[INFO] [stdout]   43:     0x629d92008316 - <firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_tcp_over_ipv4::{closure#0} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x629d921ae73b - <fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x629d921ae73b - test[fad20673b750c10e]::__rust_begin_short_backtrace::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:724:18
[INFO] [stdout]   46:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:74
[INFO] [stdout]   47:     0x629d921bbfb5 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   48:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   49:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   50:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:27
[INFO] [stdout]   52:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:668:43
[INFO] [stdout]   53:     0x629d921b6b14 - test[fad20673b750c10e]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:698:41
[INFO] [stdout]   54:     0x629d921b6b14 - std[d054f6f42beb1baa]::sys::backtrace::__rust_begin_short_backtrace::<test[fad20673b750c10e]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   55:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   56:     0x629d921bf032 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::<(), core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x629d921bf032 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   61:     0x629d921bf032 - <std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x629d922d250f - <alloc[154f689e5dd3bae5]::boxed::Box<dyn core[5a1c3e9896636f3a]::ops::function::FnOnce<(), Output = ()> + core[5a1c3e9896636f3a]::marker::Send> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   63:     0x629d922d250f - <std[d054f6f42beb1baa]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   64:     0x78f159357aa4 - <unknown>
[INFO] [stdout]   65:     0x78f1593e4a64 - clone
[INFO] [stdout]   66:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- host::os::tests::test_drop_input_firewall_with_tcp_over_ipv6 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'host::os::tests::test_drop_input_firewall_with_tcp_over_ipv6' (39) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16:
[INFO] [stdout] Once instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::trace_unsynchronized::<std[d054f6f42beb1baa]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x629d922d2f78 - std[d054f6f42beb1baa]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x629d922d2f78 - <<std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[5a1c3e9896636f3a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x629d922e89aa - <core[5a1c3e9896636f3a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x629d922e89aa - core[5a1c3e9896636f3a]::fmt::write
[INFO] [stdout]    6:     0x629d922d7ee2 - std[d054f6f42beb1baa]::io::default_write_fmt::<alloc[154f689e5dd3bae5]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x629d922d7ee2 - <alloc[154f689e5dd3bae5]::vec::Vec<u8> as std[d054f6f42beb1baa]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x629d922b0b16 - <std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x629d922b0b16 - std[d054f6f42beb1baa]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x629d922caad9 - std[d054f6f42beb1baa]::panicking::default_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x629d921bb65c - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x629d921bb65c - test[fad20673b750c10e]::test_main_inner::<test[fad20673b750c10e]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x629d922cad52 - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x629d922cad52 - std[d054f6f42beb1baa]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x629d922b0c04 - std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x629d922a8539 - std[d054f6f42beb1baa]::sys::backtrace::__rust_end_short_backtrace::<std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x629d922b18ed - __rustc[7ab284efd7f33ea8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x629d922e919c - core[5a1c3e9896636f3a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x629d922b6382 - <std[d054f6f42beb1baa]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/sync/once/futex.rs:155:21
[INFO] [stdout]   20:     0x629d92063b59 - <std[d054f6f42beb1baa]::sync::once::Once>::call_once::<<lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>::{closure#0}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sync/once.rs:166:20
[INFO] [stdout]   21:     0x629d92042cfb - <lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get::<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16
[INFO] [stdout]   22:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__stability
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:142:26
[INFO] [stdout]   23:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:144:17
[INFO] [stdout]   24:     0x629d91fed799 - firebreak[1c9b20da199f35fa]::host::os::tests::test_input::<firebreak[1c9b20da199f35fa]::host::os::tests::build_drop, firebreak[1c9b20da199f35fa]::host::os::tests::expect_unreachable>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:277:9
[INFO] [stdout]   25:     0x629d91ff7eb7 - firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_tcp_over_ipv6::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:433:23
[INFO] [stdout]   26:     0x629d9200f97d - <core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_tcp_over_ipv6::{closure#0}> as core[5a1c3e9896636f3a]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x629d91fc320d - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:74
[INFO] [stdout]   28:     0x629d92037079 - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:121:9
[INFO] [stdout]   29:     0x629d91fcf26c - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::try_with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   30:     0x629d91fc7ade - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   31:     0x629d91fb27fc - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:114:13
[INFO] [stdout]   32:     0x629d91fb27fc - tokio[d554e27b711f5a0a]::coop::budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:98:5
[INFO] [stdout]   33:     0x629d91fb27fc - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:35
[INFO] [stdout]   34:     0x629d91fc284a - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:29
[INFO] [stdout]   35:     0x629d9203ed6d - <tokio[d554e27b711f5a0a]::macros::scoped_tls::ScopedKey<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Context>>::set::<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   36:     0x629d91fa6254 - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:13
[INFO] [stdout]   37:     0x629d91fa4843 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_tcp_over_ipv6::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:185:9
[INFO] [stdout]   38:     0x629d91fa2df3 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::InnerGuard<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_tcp_over_ipv6::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:414:38
[INFO] [stdout]   39:     0x629d91f9bf11 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::BasicScheduler<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_tcp_over_ipv6::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:145:30
[INFO] [stdout]   40:     0x629d92058e9a - <tokio[d554e27b711f5a0a]::runtime::Runtime>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_tcp_over_ipv6::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/mod.rs:440:51
[INFO] [stdout]   41:     0x629d91ffcf34 - firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_tcp_over_ipv6
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:426:17
[INFO] [stdout]   42:     0x629d91ff74b7 - firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_tcp_over_ipv6::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:427:104
[INFO] [stdout]   43:     0x629d92007f56 - <firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_tcp_over_ipv6::{closure#0} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x629d921ae73b - <fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x629d921ae73b - test[fad20673b750c10e]::__rust_begin_short_backtrace::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:724:18
[INFO] [stdout]   46:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:74
[INFO] [stdout]   47:     0x629d921bbfb5 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   48:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   49:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   50:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:27
[INFO] [stdout]   52:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:668:43
[INFO] [stdout]   53:     0x629d921b6b14 - test[fad20673b750c10e]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:698:41
[INFO] [stdout]   54:     0x629d921b6b14 - std[d054f6f42beb1baa]::sys::backtrace::__rust_begin_short_backtrace::<test[fad20673b750c10e]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   55:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   56:     0x629d921bf032 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::<(), core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x629d921bf032 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   61:     0x629d921bf032 - <std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x629d922d250f - <alloc[154f689e5dd3bae5]::boxed::Box<dyn core[5a1c3e9896636f3a]::ops::function::FnOnce<(), Output = ()> + core[5a1c3e9896636f3a]::marker::Send> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   63:     0x629d922d250f - <std[d054f6f42beb1baa]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   64:     0x78f159357aa4 - <unknown>
[INFO] [stdout]   65:     0x78f1593e4a64 - clone
[INFO] [stdout]   66:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- conn::os::tests::tcp_v4_ok stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'conn::os::tests::tcp_v4_ok' (17) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16:
[INFO] [stdout] Once instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::trace_unsynchronized::<std[d054f6f42beb1baa]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x629d922d2f78 - std[d054f6f42beb1baa]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x629d922d2f78 - <<std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[5a1c3e9896636f3a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x629d922e89aa - <core[5a1c3e9896636f3a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x629d922e89aa - core[5a1c3e9896636f3a]::fmt::write
[INFO] [stdout]    6:     0x629d922d7ee2 - std[d054f6f42beb1baa]::io::default_write_fmt::<alloc[154f689e5dd3bae5]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x629d922d7ee2 - <alloc[154f689e5dd3bae5]::vec::Vec<u8> as std[d054f6f42beb1baa]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x629d922b0b16 - <std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x629d922b0b16 - std[d054f6f42beb1baa]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x629d922caad9 - std[d054f6f42beb1baa]::panicking::default_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x629d921bb65c - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x629d921bb65c - test[fad20673b750c10e]::test_main_inner::<test[fad20673b750c10e]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x629d922cad52 - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x629d922cad52 - std[d054f6f42beb1baa]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x629d922b0c04 - std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x629d922a8539 - std[d054f6f42beb1baa]::sys::backtrace::__rust_end_short_backtrace::<std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x629d922b18ed - __rustc[7ab284efd7f33ea8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x629d922e919c - core[5a1c3e9896636f3a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x629d922b6382 - <std[d054f6f42beb1baa]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/sync/once/futex.rs:155:21
[INFO] [stdout]   20:     0x629d920638e9 - <std[d054f6f42beb1baa]::sync::once::Once>::call_once::<<lazy_static[df45219a1873bb6b]::lazy::Lazy<firebreak[1c9b20da199f35fa]::os::OsNs>>::get<<firebreak[1c9b20da199f35fa]::conn::os::tests::NS as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>::{closure#0}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sync/once.rs:166:20
[INFO] [stdout]   21:     0x629d920616bf - <lazy_static[df45219a1873bb6b]::lazy::Lazy<firebreak[1c9b20da199f35fa]::os::OsNs>>::get::<<firebreak[1c9b20da199f35fa]::conn::os::tests::NS as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16
[INFO] [stdout]   22:     0x629d920616bf - <firebreak[1c9b20da199f35fa]::conn::os::tests::NS as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__stability
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:142:26
[INFO] [stdout]   23:     0x629d920616bf - <firebreak[1c9b20da199f35fa]::conn::os::tests::NS as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:144:17
[INFO] [stdout]   24:     0x629d920091ca - <firebreak[1c9b20da199f35fa]::conn::os::tests::IPV4_LOCALHOST_CONN_PATH as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize
[INFO] [stdout]                                at /opt/rustwide/workdir/src/conn/os.rs:315:17
[INFO] [stdout]   25:     0x629d920091ca - <<firebreak[1c9b20da199f35fa]::conn::os::tests::IPV4_LOCALHOST_CONN_PATH as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x629d9200b6b1 - <lazy_static[df45219a1873bb6b]::lazy::Lazy<firebreak[1c9b20da199f35fa]::conn::os::OsNsConnPath>>::get::<<firebreak[1c9b20da199f35fa]::conn::os::tests::IPV4_LOCALHOST_CONN_PATH as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:31:29
[INFO] [stdout]   27:     0x629d92066f6d - <std[d054f6f42beb1baa]::sync::once::Once>::call_once::<<lazy_static[df45219a1873bb6b]::lazy::Lazy<firebreak[1c9b20da199f35fa]::conn::os::OsNsConnPath>>::get<<firebreak[1c9b20da199f35fa]::conn::os::tests::IPV4_LOCALHOST_CONN_PATH as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sync/once.rs:166:41
[INFO] [stdout]   28:     0x629d922b6249 - <std[d054f6f42beb1baa]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/sync/once/futex.rs:183:21
[INFO] [stdout]   29:     0x629d920639b9 - <std[d054f6f42beb1baa]::sync::once::Once>::call_once::<<lazy_static[df45219a1873bb6b]::lazy::Lazy<firebreak[1c9b20da199f35fa]::conn::os::OsNsConnPath>>::get<<firebreak[1c9b20da199f35fa]::conn::os::tests::IPV4_LOCALHOST_CONN_PATH as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>::{closure#0}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sync/once.rs:166:20
[INFO] [stdout]   30:     0x629d9206241f - <lazy_static[df45219a1873bb6b]::lazy::Lazy<firebreak[1c9b20da199f35fa]::conn::os::OsNsConnPath>>::get::<<firebreak[1c9b20da199f35fa]::conn::os::tests::IPV4_LOCALHOST_CONN_PATH as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16
[INFO] [stdout]   31:     0x629d9206241f - <firebreak[1c9b20da199f35fa]::conn::os::tests::IPV4_LOCALHOST_CONN_PATH as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__stability
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:142:26
[INFO] [stdout]   32:     0x629d9206241f - <firebreak[1c9b20da199f35fa]::conn::os::tests::IPV4_LOCALHOST_CONN_PATH as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:144:17
[INFO] [stdout]   33:     0x629d9205ddf4 - firebreak[1c9b20da199f35fa]::conn::os::tests::tcp_v4_ok::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/conn/os.rs:337:40
[INFO] [stdout]   34:     0x629d9200f83d - <core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::conn::os::tests::tcp_v4_ok::{closure#0}> as core[5a1c3e9896636f3a]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/future/future.rs:133:9
[INFO] [stdout]   35:     0x629d91fc2cbd - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::conn::os::tests::tcp_v4_ok::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:74
[INFO] [stdout]   36:     0x629d920369e9 - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::conn::os::tests::tcp_v4_ok::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:121:9
[INFO] [stdout]   37:     0x629d91fceccc - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::try_with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::conn::os::tests::tcp_v4_ok::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   38:     0x629d91fc78fe - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::conn::os::tests::tcp_v4_ok::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   39:     0x629d91fb031c - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::conn::os::tests::tcp_v4_ok::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:114:13
[INFO] [stdout]   40:     0x629d91fb031c - tokio[d554e27b711f5a0a]::coop::budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::conn::os::tests::tcp_v4_ok::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:98:5
[INFO] [stdout]   41:     0x629d91fb031c - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::conn::os::tests::tcp_v4_ok::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:35
[INFO] [stdout]   42:     0x629d91fc27aa - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::conn::os::tests::tcp_v4_ok::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:29
[INFO] [stdout]   43:     0x629d9203e86d - <tokio[d554e27b711f5a0a]::macros::scoped_tls::ScopedKey<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Context>>::set::<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::conn::os::tests::tcp_v4_ok::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   44:     0x629d91fa4fe4 - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::conn::os::tests::tcp_v4_ok::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:13
[INFO] [stdout]   45:     0x629d91fa47a3 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::conn::os::tests::tcp_v4_ok::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:185:9
[INFO] [stdout]   46:     0x629d91fa2a33 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::InnerGuard<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::conn::os::tests::tcp_v4_ok::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:414:38
[INFO] [stdout]   47:     0x629d91f9affd - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::BasicScheduler<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<firebreak[1c9b20da199f35fa]::conn::os::tests::tcp_v4_ok::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:145:30
[INFO] [stdout]   48:     0x629d92058692 - <tokio[d554e27b711f5a0a]::runtime::Runtime>::block_on::<firebreak[1c9b20da199f35fa]::conn::os::tests::tcp_v4_ok::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/mod.rs:440:51
[INFO] [stdout]   49:     0x629d92060f84 - firebreak[1c9b20da199f35fa]::conn::os::tests::tcp_v4_ok
[INFO] [stdout]                                at /opt/rustwide/workdir/src/conn/os.rs:334:5
[INFO] [stdout]   50:     0x629d9205dce7 - firebreak[1c9b20da199f35fa]::conn::os::tests::tcp_v4_ok::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/conn/os.rs:335:29
[INFO] [stdout]   51:     0x629d92007e16 - <firebreak[1c9b20da199f35fa]::conn::os::tests::tcp_v4_ok::{closure#0} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   52:     0x629d921ae73b - <fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x629d921ae73b - test[fad20673b750c10e]::__rust_begin_short_backtrace::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:724:18
[INFO] [stdout]   54:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:74
[INFO] [stdout]   55:     0x629d921bbfb5 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:27
[INFO] [stdout]   60:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:668:43
[INFO] [stdout]   61:     0x629d921b6b14 - test[fad20673b750c10e]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:698:41
[INFO] [stdout]   62:     0x629d921b6b14 - std[d054f6f42beb1baa]::sys::backtrace::__rust_begin_short_backtrace::<test[fad20673b750c10e]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   63:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   64:     0x629d921bf032 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   65:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   66:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::<(), core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   67:     0x629d921bf032 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   68:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   69:     0x629d921bf032 - <std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   70:     0x629d922d250f - <alloc[154f689e5dd3bae5]::boxed::Box<dyn core[5a1c3e9896636f3a]::ops::function::FnOnce<(), Output = ()> + core[5a1c3e9896636f3a]::marker::Send> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   71:     0x629d922d250f - <std[d054f6f42beb1baa]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   72:     0x78f159357aa4 - <unknown>
[INFO] [stdout]   73:     0x78f1593e4a64 - clone
[INFO] [stdout]   74:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- host::os::tests::test_drop_forward_firewall_with_tcp_over_ipv4 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'host::os::tests::test_drop_forward_firewall_with_tcp_over_ipv4' (34) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16:
[INFO] [stdout] Once instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::trace_unsynchronized::<std[d054f6f42beb1baa]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x629d922d2f78 - std[d054f6f42beb1baa]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x629d922d2f78 - <<std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[5a1c3e9896636f3a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x629d922e89aa - <core[5a1c3e9896636f3a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x629d922e89aa - core[5a1c3e9896636f3a]::fmt::write
[INFO] [stdout]    6:     0x629d922d7ee2 - std[d054f6f42beb1baa]::io::default_write_fmt::<alloc[154f689e5dd3bae5]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x629d922d7ee2 - <alloc[154f689e5dd3bae5]::vec::Vec<u8> as std[d054f6f42beb1baa]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x629d922b0b16 - <std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x629d922b0b16 - std[d054f6f42beb1baa]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x629d922caad9 - std[d054f6f42beb1baa]::panicking::default_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x629d921bb65c - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x629d921bb65c - test[fad20673b750c10e]::test_main_inner::<test[fad20673b750c10e]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x629d922cad52 - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x629d922cad52 - std[d054f6f42beb1baa]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x629d922b0c04 - std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x629d922a8539 - std[d054f6f42beb1baa]::sys::backtrace::__rust_end_short_backtrace::<std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x629d922b18ed - __rustc[7ab284efd7f33ea8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x629d922e919c - core[5a1c3e9896636f3a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x629d922b6382 - <std[d054f6f42beb1baa]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/sync/once/futex.rs:155:21
[INFO] [stdout]   20:     0x629d92063b59 - <std[d054f6f42beb1baa]::sync::once::Once>::call_once::<<lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>::{closure#0}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sync/once.rs:166:20
[INFO] [stdout]   21:     0x629d92042cfb - <lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get::<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16
[INFO] [stdout]   22:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__stability
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:142:26
[INFO] [stdout]   23:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:144:17
[INFO] [stdout]   24:     0x629d91ff4031 - firebreak[1c9b20da199f35fa]::host::os::tests::test_forward::<firebreak[1c9b20da199f35fa]::host::os::tests::build_drop, firebreak[1c9b20da199f35fa]::host::os::tests::expect_unreachable>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:357:9
[INFO] [stdout]   25:     0x629d91ff9617 - firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_tcp_over_ipv4::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:433:23
[INFO] [stdout]   26:     0x629d9200fc3d - <core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_tcp_over_ipv4::{closure#0}> as core[5a1c3e9896636f3a]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x629d91fc3dbd - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:74
[INFO] [stdout]   28:     0x629d92037ee9 - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:121:9
[INFO] [stdout]   29:     0x629d91fcfecc - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::try_with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   30:     0x629d91fc7efe - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   31:     0x629d91fb791c - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:114:13
[INFO] [stdout]   32:     0x629d91fb791c - tokio[d554e27b711f5a0a]::coop::budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:98:5
[INFO] [stdout]   33:     0x629d91fb791c - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:35
[INFO] [stdout]   34:     0x629d91fc29aa - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:29
[INFO] [stdout]   35:     0x629d9203f86d - <tokio[d554e27b711f5a0a]::macros::scoped_tls::ScopedKey<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Context>>::set::<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   36:     0x629d91fa8ae4 - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:13
[INFO] [stdout]   37:     0x629d91fa49a3 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_tcp_over_ipv4::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:185:9
[INFO] [stdout]   38:     0x629d91fa3633 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::InnerGuard<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_tcp_over_ipv4::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:414:38
[INFO] [stdout]   39:     0x629d91f9e0c1 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::BasicScheduler<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_tcp_over_ipv4::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:145:30
[INFO] [stdout]   40:     0x629d9205a12a - <tokio[d554e27b711f5a0a]::runtime::Runtime>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_tcp_over_ipv4::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/mod.rs:440:51
[INFO] [stdout]   41:     0x629d91ffe324 - firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_tcp_over_ipv4
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:426:17
[INFO] [stdout]   42:     0x629d91ff76c7 - firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_tcp_over_ipv4::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:427:104
[INFO] [stdout]   43:     0x629d92008216 - <firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_forward_firewall_with_tcp_over_ipv4::{closure#0} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x629d921ae73b - <fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x629d921ae73b - test[fad20673b750c10e]::__rust_begin_short_backtrace::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:724:18
[INFO] [stdout]   46:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:74
[INFO] [stdout]   47:     0x629d921bbfb5 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   48:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   49:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   50:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:27
[INFO] [stdout]   52:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:668:43
[INFO] [stdout]   53:     0x629d921b6b14 - test[fad20673b750c10e]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:698:41
[INFO] [stdout]   54:     0x629d921b6b14 - std[d054f6f42beb1baa]::sys::backtrace::__rust_begin_short_backtrace::<test[fad20673b750c10e]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   55:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   56:     0x629d921bf032 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::<(), core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x629d921bf032 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   61:     0x629d921bf032 - <std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x629d922d250f - <alloc[154f689e5dd3bae5]::boxed::Box<dyn core[5a1c3e9896636f3a]::ops::function::FnOnce<(), Output = ()> + core[5a1c3e9896636f3a]::marker::Send> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   63:     0x629d922d250f - <std[d054f6f42beb1baa]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   64:     0x78f159357aa4 - <unknown>
[INFO] [stdout]   65:     0x78f1593e4a64 - clone
[INFO] [stdout]   66:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- host::os::tests::test_drop_input_firewall_with_udp_over_ipv4 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'host::os::tests::test_drop_input_firewall_with_udp_over_ipv4' (40) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16:
[INFO] [stdout] Once instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::trace_unsynchronized::<std[d054f6f42beb1baa]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x629d922d2f78 - std[d054f6f42beb1baa]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x629d922d2f78 - <<std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[5a1c3e9896636f3a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x629d922e89aa - <core[5a1c3e9896636f3a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x629d922e89aa - core[5a1c3e9896636f3a]::fmt::write
[INFO] [stdout]    6:     0x629d922d7ee2 - std[d054f6f42beb1baa]::io::default_write_fmt::<alloc[154f689e5dd3bae5]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x629d922d7ee2 - <alloc[154f689e5dd3bae5]::vec::Vec<u8> as std[d054f6f42beb1baa]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x629d922b0b16 - <std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x629d922b0b16 - std[d054f6f42beb1baa]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x629d922caad9 - std[d054f6f42beb1baa]::panicking::default_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x629d921bb65c - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x629d921bb65c - test[fad20673b750c10e]::test_main_inner::<test[fad20673b750c10e]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x629d922cad52 - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x629d922cad52 - std[d054f6f42beb1baa]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x629d922b0c04 - std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x629d922a8539 - std[d054f6f42beb1baa]::sys::backtrace::__rust_end_short_backtrace::<std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x629d922b18ed - __rustc[7ab284efd7f33ea8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x629d922e919c - core[5a1c3e9896636f3a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x629d922b6382 - <std[d054f6f42beb1baa]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/sync/once/futex.rs:155:21
[INFO] [stdout]   20:     0x629d92063b59 - <std[d054f6f42beb1baa]::sync::once::Once>::call_once::<<lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>::{closure#0}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sync/once.rs:166:20
[INFO] [stdout]   21:     0x629d92042cfb - <lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get::<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16
[INFO] [stdout]   22:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__stability
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:142:26
[INFO] [stdout]   23:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:144:17
[INFO] [stdout]   24:     0x629d91fed799 - firebreak[1c9b20da199f35fa]::host::os::tests::test_input::<firebreak[1c9b20da199f35fa]::host::os::tests::build_drop, firebreak[1c9b20da199f35fa]::host::os::tests::expect_unreachable>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:277:9
[INFO] [stdout]   25:     0x629d91ff80da - firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_udp_over_ipv4::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:433:23
[INFO] [stdout]   26:     0x629d9200f9bd - <core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_udp_over_ipv4::{closure#0}> as core[5a1c3e9896636f3a]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x629d91fc331d - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:74
[INFO] [stdout]   28:     0x629d920371c9 - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:121:9
[INFO] [stdout]   29:     0x629d91fcf38c - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::try_with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   30:     0x629d91fc7b3e - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   31:     0x629d91fb2f5c - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:114:13
[INFO] [stdout]   32:     0x629d91fb2f5c - tokio[d554e27b711f5a0a]::coop::budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:98:5
[INFO] [stdout]   33:     0x629d91fb2f5c - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:35
[INFO] [stdout]   34:     0x629d91fc286a - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:29
[INFO] [stdout]   35:     0x629d9203ee6d - <tokio[d554e27b711f5a0a]::macros::scoped_tls::ScopedKey<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Context>>::set::<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   36:     0x629d91fa6604 - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:13
[INFO] [stdout]   37:     0x629d91fa4863 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_udp_over_ipv4::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:185:9
[INFO] [stdout]   38:     0x629d91fa2eb3 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::InnerGuard<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_udp_over_ipv4::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:414:38
[INFO] [stdout]   39:     0x629d91f9c221 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::BasicScheduler<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_udp_over_ipv4::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:145:30
[INFO] [stdout]   40:     0x629d9205904a - <tokio[d554e27b711f5a0a]::runtime::Runtime>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_udp_over_ipv4::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/mod.rs:440:51
[INFO] [stdout]   41:     0x629d91ffd104 - firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_udp_over_ipv4
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:426:17
[INFO] [stdout]   42:     0x629d91ff74e7 - firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_udp_over_ipv4::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:427:104
[INFO] [stdout]   43:     0x629d92007f96 - <firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_input_firewall_with_udp_over_ipv4::{closure#0} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x629d921ae73b - <fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x629d921ae73b - test[fad20673b750c10e]::__rust_begin_short_backtrace::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:724:18
[INFO] [stdout]   46:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:74
[INFO] [stdout]   47:     0x629d921bbfb5 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   48:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   49:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   50:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:27
[INFO] [stdout]   52:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:668:43
[INFO] [stdout]   53:     0x629d921b6b14 - test[fad20673b750c10e]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:698:41
[INFO] [stdout]   54:     0x629d921b6b14 - std[d054f6f42beb1baa]::sys::backtrace::__rust_begin_short_backtrace::<test[fad20673b750c10e]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   55:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   56:     0x629d921bf032 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::<(), core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x629d921bf032 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   61:     0x629d921bf032 - <std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x629d922d250f - <alloc[154f689e5dd3bae5]::boxed::Box<dyn core[5a1c3e9896636f3a]::ops::function::FnOnce<(), Output = ()> + core[5a1c3e9896636f3a]::marker::Send> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   63:     0x629d922d250f - <std[d054f6f42beb1baa]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   64:     0x78f159357aa4 - <unknown>
[INFO] [stdout]   65:     0x78f1593e4a64 - clone
[INFO] [stdout]   66:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- host::os::tests::test_reject_input_firewall_with_udp_over_ipv4 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'host::os::tests::test_reject_input_firewall_with_udp_over_ipv4' (52) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16:
[INFO] [stdout] Once instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::trace_unsynchronized::<std[d054f6f42beb1baa]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x629d922d2f78 - std[d054f6f42beb1baa]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x629d922d2f78 - <<std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[5a1c3e9896636f3a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x629d922e89aa - <core[5a1c3e9896636f3a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x629d922e89aa - core[5a1c3e9896636f3a]::fmt::write
[INFO] [stdout]    6:     0x629d922d7ee2 - std[d054f6f42beb1baa]::io::default_write_fmt::<alloc[154f689e5dd3bae5]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x629d922d7ee2 - <alloc[154f689e5dd3bae5]::vec::Vec<u8> as std[d054f6f42beb1baa]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x629d922b0b16 - <std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x629d922b0b16 - std[d054f6f42beb1baa]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x629d922caad9 - std[d054f6f42beb1baa]::panicking::default_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x629d921bb65c - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x629d921bb65c - test[fad20673b750c10e]::test_main_inner::<test[fad20673b750c10e]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x629d922cad52 - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x629d922cad52 - std[d054f6f42beb1baa]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x629d922b0c04 - std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x629d922a8539 - std[d054f6f42beb1baa]::sys::backtrace::__rust_end_short_backtrace::<std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x629d922b18ed - __rustc[7ab284efd7f33ea8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x629d922e919c - core[5a1c3e9896636f3a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x629d922b6382 - <std[d054f6f42beb1baa]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/sync/once/futex.rs:155:21
[INFO] [stdout]   20:     0x629d92063b59 - <std[d054f6f42beb1baa]::sync::once::Once>::call_once::<<lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>::{closure#0}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sync/once.rs:166:20
[INFO] [stdout]   21:     0x629d92042cfb - <lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get::<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16
[INFO] [stdout]   22:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__stability
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:142:26
[INFO] [stdout]   23:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:144:17
[INFO] [stdout]   24:     0x629d91fef579 - firebreak[1c9b20da199f35fa]::host::os::tests::test_input::<firebreak[1c9b20da199f35fa]::host::os::tests::build_reject, firebreak[1c9b20da199f35fa]::host::os::tests::expect_refused>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:277:9
[INFO] [stdout]   25:     0x629d91ffa2da - firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_udp_over_ipv4::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:433:23
[INFO] [stdout]   26:     0x629d9200fdbd - <core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_udp_over_ipv4::{closure#0}> as core[5a1c3e9896636f3a]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x629d91fc441d - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:74
[INFO] [stdout]   28:     0x629d920386c9 - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:121:9
[INFO] [stdout]   29:     0x629d91fd058c - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::try_with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   30:     0x629d91fc813e - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   31:     0x629d91fba55c - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:114:13
[INFO] [stdout]   32:     0x629d91fba55c - tokio[d554e27b711f5a0a]::coop::budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:98:5
[INFO] [stdout]   33:     0x629d91fba55c - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:35
[INFO] [stdout]   34:     0x629d91fc2a6a - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:29
[INFO] [stdout]   35:     0x629d9203fe6d - <tokio[d554e27b711f5a0a]::macros::scoped_tls::ScopedKey<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Context>>::set::<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   36:     0x629d91faa104 - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:13
[INFO] [stdout]   37:     0x629d91fa4a63 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_udp_over_ipv4::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:185:9
[INFO] [stdout]   38:     0x629d91fa3ab3 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::InnerGuard<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_udp_over_ipv4::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:414:38
[INFO] [stdout]   39:     0x629d91f9f321 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::BasicScheduler<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_udp_over_ipv4::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:145:30
[INFO] [stdout]   40:     0x629d9205ab4a - <tokio[d554e27b711f5a0a]::runtime::Runtime>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_udp_over_ipv4::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/mod.rs:440:51
[INFO] [stdout]   41:     0x629d91ffee04 - firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_udp_over_ipv4
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:426:17
[INFO] [stdout]   42:     0x629d91ff77e7 - firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_udp_over_ipv4::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:427:104
[INFO] [stdout]   43:     0x629d92008396 - <firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_udp_over_ipv4::{closure#0} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x629d921ae73b - <fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x629d921ae73b - test[fad20673b750c10e]::__rust_begin_short_backtrace::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:724:18
[INFO] [stdout]   46:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:74
[INFO] [stdout]   47:     0x629d921bbfb5 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   48:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   49:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   50:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:27
[INFO] [stdout]   52:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:668:43
[INFO] [stdout]   53:     0x629d921b6b14 - test[fad20673b750c10e]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:698:41
[INFO] [stdout]   54:     0x629d921b6b14 - std[d054f6f42beb1baa]::sys::backtrace::__rust_begin_short_backtrace::<test[fad20673b750c10e]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   55:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   56:     0x629d921bf032 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::<(), core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x629d921bf032 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   61:     0x629d921bf032 - <std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x629d922d250f - <alloc[154f689e5dd3bae5]::boxed::Box<dyn core[5a1c3e9896636f3a]::ops::function::FnOnce<(), Output = ()> + core[5a1c3e9896636f3a]::marker::Send> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   63:     0x629d922d250f - <std[d054f6f42beb1baa]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   64:     0x78f159357aa4 - <unknown>
[INFO] [stdout]   65:     0x78f1593e4a64 - clone
[INFO] [stdout]   66:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- conn::os::tests::udp_v6_ok stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'conn::os::tests::udp_v6_ok' (20) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16:
[INFO] [stdout] Once instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::trace_unsynchronized::<std[d054f6f42beb1baa]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x629d922d2f78 - std[d054f6f42beb1baa]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x629d922d2f78 - <<std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[5a1c3e9896636f3a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x629d922e89aa - <core[5a1c3e9896636f3a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x629d922e89aa - core[5a1c3e9896636f3a]::fmt::write
[INFO] [stdout]    6:     0x629d922d7ee2 - std[d054f6f42beb1baa]::io::default_write_fmt::<alloc[154f689e5dd3bae5]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x629d922d7ee2 - <alloc[154f689e5dd3bae5]::vec::Vec<u8> as std[d054f6f42beb1baa]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x629d922b0b16 - <std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x629d922b0b16 - std[d054f6f42beb1baa]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x629d922caad9 - std[d054f6f42beb1baa]::panicking::default_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x629d921bb65c - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x629d921bb65c - test[fad20673b750c10e]::test_main_inner::<test[fad20673b750c10e]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x629d922cad52 - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x629d922cad52 - std[d054f6f42beb1baa]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x629d922b0c04 - std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x629d922a8539 - std[d054f6f42beb1baa]::sys::backtrace::__rust_end_short_backtrace::<std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x629d922b18ed - __rustc[7ab284efd7f33ea8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x629d922e919c - core[5a1c3e9896636f3a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x629d922b6382 - <std[d054f6f42beb1baa]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/sync/once/futex.rs:155:21
[INFO] [stdout]   20:     0x629d92063a89 - <std[d054f6f42beb1baa]::sync::once::Once>::call_once::<<lazy_static[df45219a1873bb6b]::lazy::Lazy<firebreak[1c9b20da199f35fa]::conn::os::OsNsConnPath>>::get<<firebreak[1c9b20da199f35fa]::conn::os::tests::IPV6_LOCALHOST_CONN_PATH as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>::{closure#0}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sync/once.rs:166:20
[INFO] [stdout]   21:     0x629d9206257f - <lazy_static[df45219a1873bb6b]::lazy::Lazy<firebreak[1c9b20da199f35fa]::conn::os::OsNsConnPath>>::get::<<firebreak[1c9b20da199f35fa]::conn::os::tests::IPV6_LOCALHOST_CONN_PATH as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16
[INFO] [stdout]   22:     0x629d9206257f - <firebreak[1c9b20da199f35fa]::conn::os::tests::IPV6_LOCALHOST_CONN_PATH as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__stability
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:142:26
[INFO] [stdout]   23:     0x629d9206257f - <firebreak[1c9b20da199f35fa]::conn::os::tests::IPV6_LOCALHOST_CONN_PATH as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:144:17
[INFO] [stdout]   24:     0x629d9205e7b4 - firebreak[1c9b20da199f35fa]::conn::os::tests::udp_v6_ok::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/conn/os.rs:376:40
[INFO] [stdout]   25:     0x629d9200f8fd - <core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::conn::os::tests::udp_v6_ok::{closure#0}> as core[5a1c3e9896636f3a]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x629d91fc2fed - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::conn::os::tests::udp_v6_ok::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:74
[INFO] [stdout]   27:     0x629d92036dd9 - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::conn::os::tests::udp_v6_ok::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:121:9
[INFO] [stdout]   28:     0x629d91fcf02c - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::try_with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::conn::os::tests::udp_v6_ok::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   29:     0x629d91fc7a1e - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::conn::os::tests::udp_v6_ok::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   30:     0x629d91fb193c - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::conn::os::tests::udp_v6_ok::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:114:13
[INFO] [stdout]   31:     0x629d91fb193c - tokio[d554e27b711f5a0a]::coop::budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::conn::os::tests::udp_v6_ok::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:98:5
[INFO] [stdout]   32:     0x629d91fb193c - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::conn::os::tests::udp_v6_ok::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:35
[INFO] [stdout]   33:     0x629d91fc280a - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::conn::os::tests::udp_v6_ok::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:29
[INFO] [stdout]   34:     0x629d9203eb6d - <tokio[d554e27b711f5a0a]::macros::scoped_tls::ScopedKey<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Context>>::set::<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::conn::os::tests::udp_v6_ok::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   35:     0x629d91fa5af4 - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::conn::os::tests::udp_v6_ok::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:13
[INFO] [stdout]   36:     0x629d91fa4803 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::conn::os::tests::udp_v6_ok::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:185:9
[INFO] [stdout]   37:     0x629d91fa2c73 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::InnerGuard<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::conn::os::tests::udp_v6_ok::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:414:38
[INFO] [stdout]   38:     0x629d91f9b8fd - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::BasicScheduler<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<firebreak[1c9b20da199f35fa]::conn::os::tests::udp_v6_ok::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:145:30
[INFO] [stdout]   39:     0x629d92058b42 - <tokio[d554e27b711f5a0a]::runtime::Runtime>::block_on::<firebreak[1c9b20da199f35fa]::conn::os::tests::udp_v6_ok::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/mod.rs:440:51
[INFO] [stdout]   40:     0x629d920614f4 - firebreak[1c9b20da199f35fa]::conn::os::tests::udp_v6_ok
[INFO] [stdout]                                at /opt/rustwide/workdir/src/conn/os.rs:373:5
[INFO] [stdout]   41:     0x629d9205dd77 - firebreak[1c9b20da199f35fa]::conn::os::tests::udp_v6_ok::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/conn/os.rs:374:29
[INFO] [stdout]   42:     0x629d92007ed6 - <firebreak[1c9b20da199f35fa]::conn::os::tests::udp_v6_ok::{closure#0} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x629d921ae73b - <fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x629d921ae73b - test[fad20673b750c10e]::__rust_begin_short_backtrace::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x629d921bbfb5 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x629d921b6b14 - test[fad20673b750c10e]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x629d921b6b14 - std[d054f6f42beb1baa]::sys::backtrace::__rust_begin_short_backtrace::<test[fad20673b750c10e]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x629d921bf032 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::<(), core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x629d921bf032 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x629d921bf032 - <std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x629d922d250f - <alloc[154f689e5dd3bae5]::boxed::Box<dyn core[5a1c3e9896636f3a]::ops::function::FnOnce<(), Output = ()> + core[5a1c3e9896636f3a]::marker::Send> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x629d922d250f - <std[d054f6f42beb1baa]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x78f159357aa4 - <unknown>
[INFO] [stdout]   64:     0x78f1593e4a64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- conn::os::tests::udp_v4_ok stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'conn::os::tests::udp_v4_ok' (19) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16:
[INFO] [stdout] Once instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::trace_unsynchronized::<std[d054f6f42beb1baa]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x629d922d2f78 - std[d054f6f42beb1baa]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x629d922d2f78 - <<std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[5a1c3e9896636f3a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x629d922e89aa - <core[5a1c3e9896636f3a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x629d922e89aa - core[5a1c3e9896636f3a]::fmt::write
[INFO] [stdout]    6:     0x629d922d7ee2 - std[d054f6f42beb1baa]::io::default_write_fmt::<alloc[154f689e5dd3bae5]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x629d922d7ee2 - <alloc[154f689e5dd3bae5]::vec::Vec<u8> as std[d054f6f42beb1baa]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x629d922b0b16 - <std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x629d922b0b16 - std[d054f6f42beb1baa]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x629d922caad9 - std[d054f6f42beb1baa]::panicking::default_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x629d921bb65c - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x629d921bb65c - test[fad20673b750c10e]::test_main_inner::<test[fad20673b750c10e]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x629d922cad52 - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x629d922cad52 - std[d054f6f42beb1baa]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x629d922b0c04 - std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x629d922a8539 - std[d054f6f42beb1baa]::sys::backtrace::__rust_end_short_backtrace::<std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x629d922b18ed - __rustc[7ab284efd7f33ea8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x629d922e919c - core[5a1c3e9896636f3a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x629d922b6382 - <std[d054f6f42beb1baa]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/sync/once/futex.rs:155:21
[INFO] [stdout]   20:     0x629d920639b9 - <std[d054f6f42beb1baa]::sync::once::Once>::call_once::<<lazy_static[df45219a1873bb6b]::lazy::Lazy<firebreak[1c9b20da199f35fa]::conn::os::OsNsConnPath>>::get<<firebreak[1c9b20da199f35fa]::conn::os::tests::IPV4_LOCALHOST_CONN_PATH as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>::{closure#0}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sync/once.rs:166:20
[INFO] [stdout]   21:     0x629d9206241f - <lazy_static[df45219a1873bb6b]::lazy::Lazy<firebreak[1c9b20da199f35fa]::conn::os::OsNsConnPath>>::get::<<firebreak[1c9b20da199f35fa]::conn::os::tests::IPV4_LOCALHOST_CONN_PATH as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16
[INFO] [stdout]   22:     0x629d9206241f - <firebreak[1c9b20da199f35fa]::conn::os::tests::IPV4_LOCALHOST_CONN_PATH as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__stability
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:142:26
[INFO] [stdout]   23:     0x629d9206241f - <firebreak[1c9b20da199f35fa]::conn::os::tests::IPV4_LOCALHOST_CONN_PATH as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:144:17
[INFO] [stdout]   24:     0x629d9205e474 - firebreak[1c9b20da199f35fa]::conn::os::tests::udp_v4_ok::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/conn/os.rs:363:40
[INFO] [stdout]   25:     0x629d9200f8bd - <core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::conn::os::tests::udp_v4_ok::{closure#0}> as core[5a1c3e9896636f3a]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x629d91fc2edd - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::conn::os::tests::udp_v4_ok::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:74
[INFO] [stdout]   27:     0x629d92036c89 - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::conn::os::tests::udp_v4_ok::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:121:9
[INFO] [stdout]   28:     0x629d91fcef0c - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::try_with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::conn::os::tests::udp_v4_ok::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   29:     0x629d91fc79be - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::conn::os::tests::udp_v4_ok::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   30:     0x629d91fb11dc - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::conn::os::tests::udp_v4_ok::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:114:13
[INFO] [stdout]   31:     0x629d91fb11dc - tokio[d554e27b711f5a0a]::coop::budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::conn::os::tests::udp_v4_ok::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:98:5
[INFO] [stdout]   32:     0x629d91fb11dc - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::conn::os::tests::udp_v4_ok::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:35
[INFO] [stdout]   33:     0x629d91fc27ea - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::conn::os::tests::udp_v4_ok::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:29
[INFO] [stdout]   34:     0x629d9203ea6d - <tokio[d554e27b711f5a0a]::macros::scoped_tls::ScopedKey<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Context>>::set::<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::conn::os::tests::udp_v4_ok::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   35:     0x629d91fa5744 - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::conn::os::tests::udp_v4_ok::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:13
[INFO] [stdout]   36:     0x629d91fa47e3 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::conn::os::tests::udp_v4_ok::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:185:9
[INFO] [stdout]   37:     0x629d91fa2bb3 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::InnerGuard<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::conn::os::tests::udp_v4_ok::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:414:38
[INFO] [stdout]   38:     0x629d91f9b5fd - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::BasicScheduler<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<firebreak[1c9b20da199f35fa]::conn::os::tests::udp_v4_ok::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:145:30
[INFO] [stdout]   39:     0x629d920589b2 - <tokio[d554e27b711f5a0a]::runtime::Runtime>::block_on::<firebreak[1c9b20da199f35fa]::conn::os::tests::udp_v4_ok::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/mod.rs:440:51
[INFO] [stdout]   40:     0x629d92061324 - firebreak[1c9b20da199f35fa]::conn::os::tests::udp_v4_ok
[INFO] [stdout]                                at /opt/rustwide/workdir/src/conn/os.rs:360:5
[INFO] [stdout]   41:     0x629d9205dd47 - firebreak[1c9b20da199f35fa]::conn::os::tests::udp_v4_ok::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/conn/os.rs:361:29
[INFO] [stdout]   42:     0x629d92007e96 - <firebreak[1c9b20da199f35fa]::conn::os::tests::udp_v4_ok::{closure#0} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x629d921ae73b - <fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x629d921ae73b - test[fad20673b750c10e]::__rust_begin_short_backtrace::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x629d921bbfb5 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x629d921b6b14 - test[fad20673b750c10e]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x629d921b6b14 - std[d054f6f42beb1baa]::sys::backtrace::__rust_begin_short_backtrace::<test[fad20673b750c10e]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x629d921bf032 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::<(), core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x629d921bf032 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x629d921bf032 - <std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x629d922d250f - <alloc[154f689e5dd3bae5]::boxed::Box<dyn core[5a1c3e9896636f3a]::ops::function::FnOnce<(), Output = ()> + core[5a1c3e9896636f3a]::marker::Send> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x629d922d250f - <std[d054f6f42beb1baa]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x78f159357aa4 - <unknown>
[INFO] [stdout]   64:     0x78f1593e4a64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- host::os::tests::test_reject_input_firewall_with_udp_over_ipv6 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'host::os::tests::test_reject_input_firewall_with_udp_over_ipv6' (53) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16:
[INFO] [stdout] Once instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::trace_unsynchronized::<std[d054f6f42beb1baa]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x629d922d2f78 - std[d054f6f42beb1baa]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x629d922d2f78 - <<std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[5a1c3e9896636f3a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x629d922e89aa - <core[5a1c3e9896636f3a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x629d922e89aa - core[5a1c3e9896636f3a]::fmt::write
[INFO] [stdout]    6:     0x629d922d7ee2 - std[d054f6f42beb1baa]::io::default_write_fmt::<alloc[154f689e5dd3bae5]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x629d922d7ee2 - <alloc[154f689e5dd3bae5]::vec::Vec<u8> as std[d054f6f42beb1baa]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x629d922b0b16 - <std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x629d922b0b16 - std[d054f6f42beb1baa]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x629d922caad9 - std[d054f6f42beb1baa]::panicking::default_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x629d921bb65c - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x629d921bb65c - test[fad20673b750c10e]::test_main_inner::<test[fad20673b750c10e]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x629d922cad52 - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x629d922cad52 - std[d054f6f42beb1baa]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x629d922b0c04 - std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x629d922a8539 - std[d054f6f42beb1baa]::sys::backtrace::__rust_end_short_backtrace::<std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x629d922b18ed - __rustc[7ab284efd7f33ea8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x629d922e919c - core[5a1c3e9896636f3a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x629d922b6382 - <std[d054f6f42beb1baa]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/sync/once/futex.rs:155:21
[INFO] [stdout]   20:     0x629d92063b59 - <std[d054f6f42beb1baa]::sync::once::Once>::call_once::<<lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>::{closure#0}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sync/once.rs:166:20
[INFO] [stdout]   21:     0x629d92042cfb - <lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get::<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16
[INFO] [stdout]   22:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__stability
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:142:26
[INFO] [stdout]   23:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:144:17
[INFO] [stdout]   24:     0x629d91fef579 - firebreak[1c9b20da199f35fa]::host::os::tests::test_input::<firebreak[1c9b20da199f35fa]::host::os::tests::build_reject, firebreak[1c9b20da199f35fa]::host::os::tests::expect_refused>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:277:9
[INFO] [stdout]   25:     0x629d91ffa4fa - firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_udp_over_ipv6::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:433:23
[INFO] [stdout]   26:     0x629d9200fdfd - <core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_udp_over_ipv6::{closure#0}> as core[5a1c3e9896636f3a]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x629d91fc452d - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:74
[INFO] [stdout]   28:     0x629d92038819 - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:121:9
[INFO] [stdout]   29:     0x629d91fd06ac - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::try_with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   30:     0x629d91fc819e - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   31:     0x629d91fbacbc - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:114:13
[INFO] [stdout]   32:     0x629d91fbacbc - tokio[d554e27b711f5a0a]::coop::budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:98:5
[INFO] [stdout]   33:     0x629d91fbacbc - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:35
[INFO] [stdout]   34:     0x629d91fc2a8a - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:29
[INFO] [stdout]   35:     0x629d9203ff6d - <tokio[d554e27b711f5a0a]::macros::scoped_tls::ScopedKey<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Context>>::set::<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   36:     0x629d91faa4b4 - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:13
[INFO] [stdout]   37:     0x629d91fa4a83 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_udp_over_ipv6::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:185:9
[INFO] [stdout]   38:     0x629d91fa3b73 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::InnerGuard<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_udp_over_ipv6::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:414:38
[INFO] [stdout]   39:     0x629d91f9f631 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::BasicScheduler<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_udp_over_ipv6::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:145:30
[INFO] [stdout]   40:     0x629d9205acfa - <tokio[d554e27b711f5a0a]::runtime::Runtime>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_udp_over_ipv6::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/mod.rs:440:51
[INFO] [stdout]   41:     0x629d91ffefd4 - firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_udp_over_ipv6
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:426:17
[INFO] [stdout]   42:     0x629d91ff7817 - firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_udp_over_ipv6::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:427:104
[INFO] [stdout]   43:     0x629d920083d6 - <firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_udp_over_ipv6::{closure#0} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x629d921ae73b - <fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x629d921ae73b - test[fad20673b750c10e]::__rust_begin_short_backtrace::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:724:18
[INFO] [stdout]   46:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:74
[INFO] [stdout]   47:     0x629d921bbfb5 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   48:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   49:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   50:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:27
[INFO] [stdout]   52:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:668:43
[INFO] [stdout]   53:     0x629d921b6b14 - test[fad20673b750c10e]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:698:41
[INFO] [stdout]   54:     0x629d921b6b14 - std[d054f6f42beb1baa]::sys::backtrace::__rust_begin_short_backtrace::<test[fad20673b750c10e]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   55:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   56:     0x629d921bf032 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::<(), core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x629d921bf032 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   61:     0x629d921bf032 - <std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x629d922d250f - <alloc[154f689e5dd3bae5]::boxed::Box<dyn core[5a1c3e9896636f3a]::ops::function::FnOnce<(), Output = ()> + core[5a1c3e9896636f3a]::marker::Send> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   63:     0x629d922d250f - <std[d054f6f42beb1baa]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   64:     0x78f159357aa4 - <unknown>
[INFO] [stdout]   65:     0x78f1593e4a64 - clone
[INFO] [stdout]   66:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- host::os::tests::test_reject_output_firewall_with_tcp_over_ipv4 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'host::os::tests::test_reject_output_firewall_with_tcp_over_ipv4' (54) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16:
[INFO] [stdout] Once instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::trace_unsynchronized::<std[d054f6f42beb1baa]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x629d922d2f78 - std[d054f6f42beb1baa]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x629d922d2f78 - <<std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[5a1c3e9896636f3a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x629d922e89aa - <core[5a1c3e9896636f3a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x629d922e89aa - core[5a1c3e9896636f3a]::fmt::write
[INFO] [stdout]    6:     0x629d922d7ee2 - std[d054f6f42beb1baa]::io::default_write_fmt::<alloc[154f689e5dd3bae5]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x629d922d7ee2 - <alloc[154f689e5dd3bae5]::vec::Vec<u8> as std[d054f6f42beb1baa]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x629d922b0b16 - <std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x629d922b0b16 - std[d054f6f42beb1baa]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x629d922caad9 - std[d054f6f42beb1baa]::panicking::default_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x629d921bb65c - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x629d921bb65c - test[fad20673b750c10e]::test_main_inner::<test[fad20673b750c10e]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x629d922cad52 - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x629d922cad52 - std[d054f6f42beb1baa]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x629d922b0c04 - std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x629d922a8539 - std[d054f6f42beb1baa]::sys::backtrace::__rust_end_short_backtrace::<std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x629d922b18ed - __rustc[7ab284efd7f33ea8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x629d922e919c - core[5a1c3e9896636f3a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x629d922b6382 - <std[d054f6f42beb1baa]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/sync/once/futex.rs:155:21
[INFO] [stdout]   20:     0x629d92063b59 - <std[d054f6f42beb1baa]::sync::once::Once>::call_once::<<lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>::{closure#0}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sync/once.rs:166:20
[INFO] [stdout]   21:     0x629d92042cfb - <lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get::<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16
[INFO] [stdout]   22:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__stability
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:142:26
[INFO] [stdout]   23:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:144:17
[INFO] [stdout]   24:     0x629d91ff3139 - firebreak[1c9b20da199f35fa]::host::os::tests::test_output::<firebreak[1c9b20da199f35fa]::host::os::tests::build_reject, firebreak[1c9b20da199f35fa]::host::os::tests::expect_refused>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:317:9
[INFO] [stdout]   25:     0x629d91ffaf97 - firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_tcp_over_ipv4::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:433:23
[INFO] [stdout]   26:     0x629d9200ff3d - <core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_tcp_over_ipv4::{closure#0}> as core[5a1c3e9896636f3a]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x629d91fc4a7d - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:74
[INFO] [stdout]   28:     0x629d92038ea9 - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:121:9
[INFO] [stdout]   29:     0x629d91fd0c4c - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::try_with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   30:     0x629d91fc837e - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   31:     0x629d91fbd19c - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:114:13
[INFO] [stdout]   32:     0x629d91fbd19c - tokio[d554e27b711f5a0a]::coop::budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:98:5
[INFO] [stdout]   33:     0x629d91fbd19c - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:35
[INFO] [stdout]   34:     0x629d91fc2b2a - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:29
[INFO] [stdout]   35:     0x629d9204046d - <tokio[d554e27b711f5a0a]::macros::scoped_tls::ScopedKey<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Context>>::set::<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   36:     0x629d91fab724 - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_tcp_over_ipv4::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:13
[INFO] [stdout]   37:     0x629d91fa4b23 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_tcp_over_ipv4::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:185:9
[INFO] [stdout]   38:     0x629d91fa3f33 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::InnerGuard<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_tcp_over_ipv4::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:414:38
[INFO] [stdout]   39:     0x629d91fa0581 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::BasicScheduler<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_tcp_over_ipv4::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:145:30
[INFO] [stdout]   40:     0x629d9205b56a - <tokio[d554e27b711f5a0a]::runtime::Runtime>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_tcp_over_ipv4::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/mod.rs:440:51
[INFO] [stdout]   41:     0x629d91fff8e4 - firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_tcp_over_ipv4
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:426:17
[INFO] [stdout]   42:     0x629d91ff7907 - firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_tcp_over_ipv4::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:427:104
[INFO] [stdout]   43:     0x629d92008516 - <firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_tcp_over_ipv4::{closure#0} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x629d921ae73b - <fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x629d921ae73b - test[fad20673b750c10e]::__rust_begin_short_backtrace::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:724:18
[INFO] [stdout]   46:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:74
[INFO] [stdout]   47:     0x629d921bbfb5 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   48:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   49:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   50:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:27
[INFO] [stdout]   52:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:668:43
[INFO] [stdout]   53:     0x629d921b6b14 - test[fad20673b750c10e]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:698:41
[INFO] [stdout]   54:     0x629d921b6b14 - std[d054f6f42beb1baa]::sys::backtrace::__rust_begin_short_backtrace::<test[fad20673b750c10e]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   55:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   56:     0x629d921bf032 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::<(), core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x629d921bf032 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   61:     0x629d921bf032 - <std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x629d922d250f - <alloc[154f689e5dd3bae5]::boxed::Box<dyn core[5a1c3e9896636f3a]::ops::function::FnOnce<(), Output = ()> + core[5a1c3e9896636f3a]::marker::Send> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   63:     0x629d922d250f - <std[d054f6f42beb1baa]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   64:     0x78f159357aa4 - <unknown>
[INFO] [stdout]   65:     0x78f1593e4a64 - clone
[INFO] [stdout]   66:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- host::os::tests::test_drop_output_firewall_with_udp_over_ipv4 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'host::os::tests::test_drop_output_firewall_with_udp_over_ipv4' (44) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16:
[INFO] [stdout] Once instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::trace_unsynchronized::<std[d054f6f42beb1baa]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x629d922d2f78 - std[d054f6f42beb1baa]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x629d922d2f78 - <<std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[5a1c3e9896636f3a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x629d922e89aa - <core[5a1c3e9896636f3a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x629d922e89aa - core[5a1c3e9896636f3a]::fmt::write
[INFO] [stdout]    6:     0x629d922d7ee2 - std[d054f6f42beb1baa]::io::default_write_fmt::<alloc[154f689e5dd3bae5]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x629d922d7ee2 - <alloc[154f689e5dd3bae5]::vec::Vec<u8> as std[d054f6f42beb1baa]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x629d922b0b16 - <std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x629d922b0b16 - std[d054f6f42beb1baa]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x629d922caad9 - std[d054f6f42beb1baa]::panicking::default_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x629d921bb65c - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x629d921bb65c - test[fad20673b750c10e]::test_main_inner::<test[fad20673b750c10e]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x629d922cad52 - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x629d922cad52 - std[d054f6f42beb1baa]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x629d922b0c04 - std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x629d922a8539 - std[d054f6f42beb1baa]::sys::backtrace::__rust_end_short_backtrace::<std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x629d922b18ed - __rustc[7ab284efd7f33ea8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x629d922e919c - core[5a1c3e9896636f3a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x629d922b6382 - <std[d054f6f42beb1baa]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/sync/once/futex.rs:155:21
[INFO] [stdout]   20:     0x629d92063b59 - <std[d054f6f42beb1baa]::sync::once::Once>::call_once::<<lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>::{closure#0}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sync/once.rs:166:20
[INFO] [stdout]   21:     0x629d92042cfb - <lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get::<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16
[INFO] [stdout]   22:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__stability
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:142:26
[INFO] [stdout]   23:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:144:17
[INFO] [stdout]   24:     0x629d91ff0469 - firebreak[1c9b20da199f35fa]::host::os::tests::test_output::<firebreak[1c9b20da199f35fa]::host::os::tests::build_drop, firebreak[1c9b20da199f35fa]::host::os::tests::expect_refused>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:317:9
[INFO] [stdout]   25:     0x629d91ff895a - firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_udp_over_ipv4::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:433:23
[INFO] [stdout]   26:     0x629d9200fabd - <core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_udp_over_ipv4::{closure#0}> as core[5a1c3e9896636f3a]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x629d91fc375d - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:74
[INFO] [stdout]   28:     0x629d92037709 - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:121:9
[INFO] [stdout]   29:     0x629d91fcf80c - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::try_with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   30:     0x629d91fc7cbe - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   31:     0x629d91fb4cdc - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:114:13
[INFO] [stdout]   32:     0x629d91fb4cdc - tokio[d554e27b711f5a0a]::coop::budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:98:5
[INFO] [stdout]   33:     0x629d91fb4cdc - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:35
[INFO] [stdout]   34:     0x629d91fc28ea - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:29
[INFO] [stdout]   35:     0x629d9203f26d - <tokio[d554e27b711f5a0a]::macros::scoped_tls::ScopedKey<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Context>>::set::<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   36:     0x629d91fa74c4 - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:13
[INFO] [stdout]   37:     0x629d91fa48e3 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_udp_over_ipv4::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:185:9
[INFO] [stdout]   38:     0x629d91fa31b3 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::InnerGuard<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_udp_over_ipv4::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:414:38
[INFO] [stdout]   39:     0x629d91f9ce61 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::BasicScheduler<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_udp_over_ipv4::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:145:30
[INFO] [stdout]   40:     0x629d9205970a - <tokio[d554e27b711f5a0a]::runtime::Runtime>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_udp_over_ipv4::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/mod.rs:440:51
[INFO] [stdout]   41:     0x629d91ffd844 - firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_udp_over_ipv4
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:426:17
[INFO] [stdout]   42:     0x629d91ff75a7 - firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_udp_over_ipv4::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:427:104
[INFO] [stdout]   43:     0x629d92008096 - <firebreak[1c9b20da199f35fa]::host::os::tests::test_drop_output_firewall_with_udp_over_ipv4::{closure#0} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x629d921ae73b - <fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x629d921ae73b - test[fad20673b750c10e]::__rust_begin_short_backtrace::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:724:18
[INFO] [stdout]   46:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:74
[INFO] [stdout]   47:     0x629d921bbfb5 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   48:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   49:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   50:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:27
[INFO] [stdout]   52:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:668:43
[INFO] [stdout]   53:     0x629d921b6b14 - test[fad20673b750c10e]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:698:41
[INFO] [stdout]   54:     0x629d921b6b14 - std[d054f6f42beb1baa]::sys::backtrace::__rust_begin_short_backtrace::<test[fad20673b750c10e]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   55:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   56:     0x629d921bf032 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::<(), core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x629d921bf032 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   61:     0x629d921bf032 - <std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x629d922d250f - <alloc[154f689e5dd3bae5]::boxed::Box<dyn core[5a1c3e9896636f3a]::ops::function::FnOnce<(), Output = ()> + core[5a1c3e9896636f3a]::marker::Send> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   63:     0x629d922d250f - <std[d054f6f42beb1baa]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   64:     0x78f159357aa4 - <unknown>
[INFO] [stdout]   65:     0x78f1593e4a64 - clone
[INFO] [stdout]   66:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- host::os::tests::test_reject_input_firewall_with_tcp_over_ipv6 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'host::os::tests::test_reject_input_firewall_with_tcp_over_ipv6' (51) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16:
[INFO] [stdout] Once instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::trace_unsynchronized::<std[d054f6f42beb1baa]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x629d922d2f78 - std[d054f6f42beb1baa]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x629d922d2f78 - <<std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[5a1c3e9896636f3a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x629d922e89aa - <core[5a1c3e9896636f3a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x629d922e89aa - core[5a1c3e9896636f3a]::fmt::write
[INFO] [stdout]    6:     0x629d922d7ee2 - std[d054f6f42beb1baa]::io::default_write_fmt::<alloc[154f689e5dd3bae5]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x629d922d7ee2 - <alloc[154f689e5dd3bae5]::vec::Vec<u8> as std[d054f6f42beb1baa]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x629d922b0b16 - <std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x629d922b0b16 - std[d054f6f42beb1baa]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x629d922caad9 - std[d054f6f42beb1baa]::panicking::default_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x629d921bb65c - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x629d921bb65c - test[fad20673b750c10e]::test_main_inner::<test[fad20673b750c10e]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x629d922cad52 - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x629d922cad52 - std[d054f6f42beb1baa]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x629d922b0c04 - std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x629d922a8539 - std[d054f6f42beb1baa]::sys::backtrace::__rust_end_short_backtrace::<std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x629d922b18ed - __rustc[7ab284efd7f33ea8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x629d922e919c - core[5a1c3e9896636f3a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x629d922b6382 - <std[d054f6f42beb1baa]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/sync/once/futex.rs:155:21
[INFO] [stdout]   20:     0x629d92063b59 - <std[d054f6f42beb1baa]::sync::once::Once>::call_once::<<lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>::{closure#0}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sync/once.rs:166:20
[INFO] [stdout]   21:     0x629d92042cfb - <lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get::<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16
[INFO] [stdout]   22:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__stability
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:142:26
[INFO] [stdout]   23:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:144:17
[INFO] [stdout]   24:     0x629d91fef579 - firebreak[1c9b20da199f35fa]::host::os::tests::test_input::<firebreak[1c9b20da199f35fa]::host::os::tests::build_reject, firebreak[1c9b20da199f35fa]::host::os::tests::expect_refused>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:277:9
[INFO] [stdout]   25:     0x629d91ffa0b7 - firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_tcp_over_ipv6::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:433:23
[INFO] [stdout]   26:     0x629d9200fd7d - <core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_tcp_over_ipv6::{closure#0}> as core[5a1c3e9896636f3a]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x629d91fc430d - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:74
[INFO] [stdout]   28:     0x629d92038579 - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:121:9
[INFO] [stdout]   29:     0x629d91fd046c - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::try_with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   30:     0x629d91fc80de - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   31:     0x629d91fb9dfc - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:114:13
[INFO] [stdout]   32:     0x629d91fb9dfc - tokio[d554e27b711f5a0a]::coop::budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:98:5
[INFO] [stdout]   33:     0x629d91fb9dfc - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:35
[INFO] [stdout]   34:     0x629d91fc2a4a - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:29
[INFO] [stdout]   35:     0x629d9203fd6d - <tokio[d554e27b711f5a0a]::macros::scoped_tls::ScopedKey<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Context>>::set::<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   36:     0x629d91fa9d54 - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:13
[INFO] [stdout]   37:     0x629d91fa4a43 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_tcp_over_ipv6::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:185:9
[INFO] [stdout]   38:     0x629d91fa39f3 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::InnerGuard<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_tcp_over_ipv6::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:414:38
[INFO] [stdout]   39:     0x629d91f9f011 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::BasicScheduler<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_tcp_over_ipv6::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:145:30
[INFO] [stdout]   40:     0x629d9205a99a - <tokio[d554e27b711f5a0a]::runtime::Runtime>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_tcp_over_ipv6::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/mod.rs:440:51
[INFO] [stdout]   41:     0x629d91ffec34 - firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_tcp_over_ipv6
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:426:17
[INFO] [stdout]   42:     0x629d91ff77b7 - firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_tcp_over_ipv6::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:427:104
[INFO] [stdout]   43:     0x629d92008356 - <firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_input_firewall_with_tcp_over_ipv6::{closure#0} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x629d921ae73b - <fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x629d921ae73b - test[fad20673b750c10e]::__rust_begin_short_backtrace::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:724:18
[INFO] [stdout]   46:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:74
[INFO] [stdout]   47:     0x629d921bbfb5 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   48:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   49:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   50:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:27
[INFO] [stdout]   52:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:668:43
[INFO] [stdout]   53:     0x629d921b6b14 - test[fad20673b750c10e]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:698:41
[INFO] [stdout]   54:     0x629d921b6b14 - std[d054f6f42beb1baa]::sys::backtrace::__rust_begin_short_backtrace::<test[fad20673b750c10e]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   55:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   56:     0x629d921bf032 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::<(), core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x629d921bf032 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   61:     0x629d921bf032 - <std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x629d922d250f - <alloc[154f689e5dd3bae5]::boxed::Box<dyn core[5a1c3e9896636f3a]::ops::function::FnOnce<(), Output = ()> + core[5a1c3e9896636f3a]::marker::Send> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   63:     0x629d922d250f - <std[d054f6f42beb1baa]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   64:     0x78f159357aa4 - <unknown>
[INFO] [stdout]   65:     0x78f1593e4a64 - clone
[INFO] [stdout]   66:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- host::os::tests::test_reject_output_firewall_with_tcp_over_ipv6 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'host::os::tests::test_reject_output_firewall_with_tcp_over_ipv6' (55) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16:
[INFO] [stdout] Once instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::trace_unsynchronized::<std[d054f6f42beb1baa]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x629d922d2f78 - std[d054f6f42beb1baa]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x629d922d2f78 - <<std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[5a1c3e9896636f3a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x629d922e89aa - <core[5a1c3e9896636f3a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x629d922e89aa - core[5a1c3e9896636f3a]::fmt::write
[INFO] [stdout]    6:     0x629d922d7ee2 - std[d054f6f42beb1baa]::io::default_write_fmt::<alloc[154f689e5dd3bae5]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x629d922d7ee2 - <alloc[154f689e5dd3bae5]::vec::Vec<u8> as std[d054f6f42beb1baa]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x629d922b0b16 - <std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x629d922b0b16 - std[d054f6f42beb1baa]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x629d922caad9 - std[d054f6f42beb1baa]::panicking::default_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x629d921bb65c - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x629d921bb65c - test[fad20673b750c10e]::test_main_inner::<test[fad20673b750c10e]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x629d922cad52 - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x629d922cad52 - std[d054f6f42beb1baa]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x629d922b0c04 - std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x629d922a8539 - std[d054f6f42beb1baa]::sys::backtrace::__rust_end_short_backtrace::<std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x629d922b18ed - __rustc[7ab284efd7f33ea8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x629d922e919c - core[5a1c3e9896636f3a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x629d922b6382 - <std[d054f6f42beb1baa]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/sync/once/futex.rs:155:21
[INFO] [stdout]   20:     0x629d92063b59 - <std[d054f6f42beb1baa]::sync::once::Once>::call_once::<<lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>::{closure#0}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sync/once.rs:166:20
[INFO] [stdout]   21:     0x629d92042cfb - <lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get::<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16
[INFO] [stdout]   22:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__stability
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:142:26
[INFO] [stdout]   23:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:144:17
[INFO] [stdout]   24:     0x629d91ff3139 - firebreak[1c9b20da199f35fa]::host::os::tests::test_output::<firebreak[1c9b20da199f35fa]::host::os::tests::build_reject, firebreak[1c9b20da199f35fa]::host::os::tests::expect_refused>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:317:9
[INFO] [stdout]   25:     0x629d91ffb1b7 - firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_tcp_over_ipv6::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:433:23
[INFO] [stdout]   26:     0x629d9200ff7d - <core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_tcp_over_ipv6::{closure#0}> as core[5a1c3e9896636f3a]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x629d91fc4b8d - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:74
[INFO] [stdout]   28:     0x629d92038ff9 - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:121:9
[INFO] [stdout]   29:     0x629d91fd0d6c - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::try_with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   30:     0x629d91fc83de - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   31:     0x629d91fbd8fc - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:114:13
[INFO] [stdout]   32:     0x629d91fbd8fc - tokio[d554e27b711f5a0a]::coop::budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:98:5
[INFO] [stdout]   33:     0x629d91fbd8fc - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:35
[INFO] [stdout]   34:     0x629d91fc2b4a - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:29
[INFO] [stdout]   35:     0x629d9204056d - <tokio[d554e27b711f5a0a]::macros::scoped_tls::ScopedKey<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Context>>::set::<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   36:     0x629d91fabad4 - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_tcp_over_ipv6::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:13
[INFO] [stdout]   37:     0x629d91fa4b43 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_tcp_over_ipv6::{closure#0}>>
[INFO] [stderr] error: test failed, to rerun pass `--bin firebreak`
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:185:9
[INFO] [stdout]   38:     0x629d91fa3ff3 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::InnerGuard<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_tcp_over_ipv6::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:414:38
[INFO] [stdout]   39:     0x629d91fa0891 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::BasicScheduler<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_tcp_over_ipv6::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:145:30
[INFO] [stdout]   40:     0x629d9205b71a - <tokio[d554e27b711f5a0a]::runtime::Runtime>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_tcp_over_ipv6::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/mod.rs:440:51
[INFO] [stdout]   41:     0x629d91fffab4 - firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_tcp_over_ipv6
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:426:17
[INFO] [stdout]   42:     0x629d91ff7937 - firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_tcp_over_ipv6::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:427:104
[INFO] [stdout]   43:     0x629d92008556 - <firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_tcp_over_ipv6::{closure#0} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x629d921ae73b - <fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x629d921ae73b - test[fad20673b750c10e]::__rust_begin_short_backtrace::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:724:18
[INFO] [stdout]   46:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:74
[INFO] [stdout]   47:     0x629d921bbfb5 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   48:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   49:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   50:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:27
[INFO] [stdout]   52:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:668:43
[INFO] [stdout]   53:     0x629d921b6b14 - test[fad20673b750c10e]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:698:41
[INFO] [stdout]   54:     0x629d921b6b14 - std[d054f6f42beb1baa]::sys::backtrace::__rust_begin_short_backtrace::<test[fad20673b750c10e]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   55:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   56:     0x629d921bf032 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::<(), core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x629d921bf032 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   61:     0x629d921bf032 - <std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x629d922d250f - <alloc[154f689e5dd3bae5]::boxed::Box<dyn core[5a1c3e9896636f3a]::ops::function::FnOnce<(), Output = ()> + core[5a1c3e9896636f3a]::marker::Send> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   63:     0x629d922d250f - <std[d054f6f42beb1baa]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   64:     0x78f159357aa4 - <unknown>
[INFO] [stdout]   65:     0x78f1593e4a64 - clone
[INFO] [stdout]   66:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- host::os::tests::test_reject_output_firewall_with_udp_over_ipv6 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'host::os::tests::test_reject_output_firewall_with_udp_over_ipv6' (57) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16:
[INFO] [stdout] Once instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::trace_unsynchronized::<std[d054f6f42beb1baa]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x629d922d2f78 - std[d054f6f42beb1baa]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x629d922d2f78 - <<std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[5a1c3e9896636f3a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x629d922e89aa - <core[5a1c3e9896636f3a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x629d922e89aa - core[5a1c3e9896636f3a]::fmt::write
[INFO] [stdout]    6:     0x629d922d7ee2 - std[d054f6f42beb1baa]::io::default_write_fmt::<alloc[154f689e5dd3bae5]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x629d922d7ee2 - <alloc[154f689e5dd3bae5]::vec::Vec<u8> as std[d054f6f42beb1baa]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x629d922b0b16 - <std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x629d922b0b16 - std[d054f6f42beb1baa]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x629d922caad9 - std[d054f6f42beb1baa]::panicking::default_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x629d921bb65c - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x629d921bb65c - test[fad20673b750c10e]::test_main_inner::<test[fad20673b750c10e]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x629d922cad52 - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x629d922cad52 - std[d054f6f42beb1baa]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x629d922b0c04 - std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x629d922a8539 - std[d054f6f42beb1baa]::sys::backtrace::__rust_end_short_backtrace::<std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x629d922b18ed - __rustc[7ab284efd7f33ea8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x629d922e919c - core[5a1c3e9896636f3a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x629d922b6382 - <std[d054f6f42beb1baa]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/sync/once/futex.rs:155:21
[INFO] [stdout]   20:     0x629d92063b59 - <std[d054f6f42beb1baa]::sync::once::Once>::call_once::<<lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>::{closure#0}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sync/once.rs:166:20
[INFO] [stdout]   21:     0x629d92042cfb - <lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get::<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16
[INFO] [stdout]   22:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__stability
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:142:26
[INFO] [stdout]   23:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:144:17
[INFO] [stdout]   24:     0x629d91ff3139 - firebreak[1c9b20da199f35fa]::host::os::tests::test_output::<firebreak[1c9b20da199f35fa]::host::os::tests::build_reject, firebreak[1c9b20da199f35fa]::host::os::tests::expect_refused>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:317:9
[INFO] [stdout]   25:     0x629d91ffb5fa - firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_udp_over_ipv6::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:433:23
[INFO] [stdout]   26:     0x629d9200fffd - <core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_udp_over_ipv6::{closure#0}> as core[5a1c3e9896636f3a]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x629d91fc4dad - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:74
[INFO] [stdout]   28:     0x629d92039299 - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:121:9
[INFO] [stdout]   29:     0x629d91fd0fac - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::try_with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   30:     0x629d91fc849e - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   31:     0x629d91fbe7bc - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:114:13
[INFO] [stdout]   32:     0x629d91fbe7bc - tokio[d554e27b711f5a0a]::coop::budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:98:5
[INFO] [stdout]   33:     0x629d91fbe7bc - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:35
[INFO] [stdout]   34:     0x629d91fc2b8a - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:29
[INFO] [stdout]   35:     0x629d9204076d - <tokio[d554e27b711f5a0a]::macros::scoped_tls::ScopedKey<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Context>>::set::<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   36:     0x629d91fac234 - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_udp_over_ipv6::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:13
[INFO] [stdout]   37:     0x629d91fa4b83 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_udp_over_ipv6::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:185:9
[INFO] [stdout]   38:     0x629d91fa4173 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::InnerGuard<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_udp_over_ipv6::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:414:38
[INFO] [stdout]   39:     0x629d91fa0eb1 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::BasicScheduler<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_udp_over_ipv6::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:145:30
[INFO] [stdout]   40:     0x629d9205ba7a - <tokio[d554e27b711f5a0a]::runtime::Runtime>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_udp_over_ipv6::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/mod.rs:440:51
[INFO] [stdout]   41:     0x629d91fffe54 - firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_udp_over_ipv6
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:426:17
[INFO] [stdout]   42:     0x629d91ff7997 - firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_udp_over_ipv6::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:427:104
[INFO] [stdout]   43:     0x629d920085d6 - <firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_udp_over_ipv6::{closure#0} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x629d921ae73b - <fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x629d921ae73b - test[fad20673b750c10e]::__rust_begin_short_backtrace::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:724:18
[INFO] [stdout]   46:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:74
[INFO] [stdout]   47:     0x629d921bbfb5 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   48:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   49:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   50:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:27
[INFO] [stdout]   52:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:668:43
[INFO] [stdout]   53:     0x629d921b6b14 - test[fad20673b750c10e]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:698:41
[INFO] [stdout]   54:     0x629d921b6b14 - std[d054f6f42beb1baa]::sys::backtrace::__rust_begin_short_backtrace::<test[fad20673b750c10e]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   55:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   56:     0x629d921bf032 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::<(), core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x629d921bf032 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   61:     0x629d921bf032 - <std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x629d922d250f - <alloc[154f689e5dd3bae5]::boxed::Box<dyn core[5a1c3e9896636f3a]::ops::function::FnOnce<(), Output = ()> + core[5a1c3e9896636f3a]::marker::Send> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   63:     0x629d922d250f - <std[d054f6f42beb1baa]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   64:     0x78f159357aa4 - <unknown>
[INFO] [stdout]   65:     0x78f1593e4a64 - clone
[INFO] [stdout]   66:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- os::tests::add_veth_link stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'os::tests::add_veth_link' (58) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16:
[INFO] [stdout] Once instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::trace_unsynchronized::<std[d054f6f42beb1baa]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x629d922d2f78 - std[d054f6f42beb1baa]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x629d922d2f78 - <<std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[5a1c3e9896636f3a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x629d922e89aa - <core[5a1c3e9896636f3a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x629d922e89aa - core[5a1c3e9896636f3a]::fmt::write
[INFO] [stdout]    6:     0x629d922d7ee2 - std[d054f6f42beb1baa]::io::default_write_fmt::<alloc[154f689e5dd3bae5]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x629d922d7ee2 - <alloc[154f689e5dd3bae5]::vec::Vec<u8> as std[d054f6f42beb1baa]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x629d922b0b16 - <std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x629d922b0b16 - std[d054f6f42beb1baa]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x629d922caad9 - std[d054f6f42beb1baa]::panicking::default_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x629d921bb65c - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x629d921bb65c - test[fad20673b750c10e]::test_main_inner::<test[fad20673b750c10e]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x629d922cad52 - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x629d922cad52 - std[d054f6f42beb1baa]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x629d922b0c04 - std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x629d922a8539 - std[d054f6f42beb1baa]::sys::backtrace::__rust_end_short_backtrace::<std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x629d922b18ed - __rustc[7ab284efd7f33ea8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x629d922e919c - core[5a1c3e9896636f3a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x629d922b6382 - <std[d054f6f42beb1baa]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/sync/once/futex.rs:155:21
[INFO] [stdout]   20:     0x629d92063b59 - <std[d054f6f42beb1baa]::sync::once::Once>::call_once::<<lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>::{closure#0}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sync/once.rs:166:20
[INFO] [stdout]   21:     0x629d92042cfb - <lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get::<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16
[INFO] [stdout]   22:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__stability
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:142:26
[INFO] [stdout]   23:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:144:17
[INFO] [stdout]   24:     0x629d92069383 - firebreak[1c9b20da199f35fa]::os::tests::add_veth_link
[INFO] [stdout]                                at /opt/rustwide/workdir/src/os.rs:161:9
[INFO] [stdout]   25:     0x629d92067a77 - firebreak[1c9b20da199f35fa]::os::tests::add_veth_link::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/os.rs:160:27
[INFO] [stdout]   26:     0x629d92007dd6 - <firebreak[1c9b20da199f35fa]::os::tests::add_veth_link::{closure#0} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x629d921ae73b - <fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x629d921ae73b - test[fad20673b750c10e]::__rust_begin_short_backtrace::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:724:18
[INFO] [stdout]   29:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:74
[INFO] [stdout]   30:     0x629d921bbfb5 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   31:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   32:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:27
[INFO] [stdout]   35:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:668:43
[INFO] [stdout]   36:     0x629d921b6b14 - test[fad20673b750c10e]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:698:41
[INFO] [stdout]   37:     0x629d921b6b14 - std[d054f6f42beb1baa]::sys::backtrace::__rust_begin_short_backtrace::<test[fad20673b750c10e]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   38:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   39:     0x629d921bf032 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   40:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   41:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::<(), core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   42:     0x629d921bf032 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   43:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   44:     0x629d921bf032 - <std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x629d922d250f - <alloc[154f689e5dd3bae5]::boxed::Box<dyn core[5a1c3e9896636f3a]::ops::function::FnOnce<(), Output = ()> + core[5a1c3e9896636f3a]::marker::Send> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   46:     0x629d922d250f - <std[d054f6f42beb1baa]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   47:     0x78f159357aa4 - <unknown>
[INFO] [stdout]   48:     0x78f1593e4a64 - clone
[INFO] [stdout]   49:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- host::os::tests::test_reject_output_firewall_with_udp_over_ipv4 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'host::os::tests::test_reject_output_firewall_with_udp_over_ipv4' (56) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16:
[INFO] [stdout] Once instance has previously been poisoned
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x629d922d2f78 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::trace_unsynchronized::<std[d054f6f42beb1baa]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x629d922d2f78 - std[d054f6f42beb1baa]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x629d922d2f78 - <<std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[5a1c3e9896636f3a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x629d922e89aa - <core[5a1c3e9896636f3a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x629d922e89aa - core[5a1c3e9896636f3a]::fmt::write
[INFO] [stdout]    6:     0x629d922d7ee2 - std[d054f6f42beb1baa]::io::default_write_fmt::<alloc[154f689e5dd3bae5]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x629d922d7ee2 - <alloc[154f689e5dd3bae5]::vec::Vec<u8> as std[d054f6f42beb1baa]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x629d922b0b16 - <std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x629d922b0b16 - std[d054f6f42beb1baa]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x629d922caad9 - std[d054f6f42beb1baa]::panicking::default_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x629d921bb65c - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x629d921bb65c - test[fad20673b750c10e]::test_main_inner::<test[fad20673b750c10e]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x629d922cad52 - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x629d922cad52 - std[d054f6f42beb1baa]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x629d922b0c04 - std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x629d922a8539 - std[d054f6f42beb1baa]::sys::backtrace::__rust_end_short_backtrace::<std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x629d922b18ed - __rustc[7ab284efd7f33ea8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x629d922e919c - core[5a1c3e9896636f3a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x629d922b6382 - <std[d054f6f42beb1baa]::sys::sync::once::futex::Once>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/sync/once/futex.rs:155:21
[INFO] [stdout]   20:     0x629d92063b59 - <std[d054f6f42beb1baa]::sync::once::Once>::call_once::<<lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>::{closure#0}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sync/once.rs:166:20
[INFO] [stdout]   21:     0x629d92042cfb - <lazy_static[df45219a1873bb6b]::lazy::Lazy<()>>::get::<<firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__static_ref_initialize>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/inline_lazy.rs:30:16
[INFO] [stdout]   22:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref::__stability
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:142:26
[INFO] [stdout]   23:     0x629d92042cfb - <firebreak[1c9b20da199f35fa]::INIT as core[5a1c3e9896636f3a]::ops::deref::Deref>::deref
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.4.0/src/lib.rs:144:17
[INFO] [stdout]   24:     0x629d91ff3139 - firebreak[1c9b20da199f35fa]::host::os::tests::test_output::<firebreak[1c9b20da199f35fa]::host::os::tests::build_reject, firebreak[1c9b20da199f35fa]::host::os::tests::expect_refused>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:317:9
[INFO] [stdout]   25:     0x629d91ffb3da - firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_udp_over_ipv4::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:433:23
[INFO] [stdout]   26:     0x629d9200ffbd - <core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_udp_over_ipv4::{closure#0}> as core[5a1c3e9896636f3a]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x629d91fc4c9d - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:74
[INFO] [stdout]   28:     0x629d92039149 - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:121:9
[INFO] [stdout]   29:     0x629d91fd0e8c - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::try_with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   30:     0x629d91fc843e - <std[d054f6f42beb1baa]::thread::local::LocalKey<core[5a1c3e9896636f3a]::cell::Cell<tokio[d554e27b711f5a0a]::coop::Budget>>>::with::<tokio[d554e27b711f5a0a]::coop::with_budget<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>::{closure#0}, core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   31:     0x629d91fbe05c - tokio[d554e27b711f5a0a]::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:114:13
[INFO] [stdout]   32:     0x629d91fbe05c - tokio[d554e27b711f5a0a]::coop::budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>, <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/coop.rs:98:5
[INFO] [stdout]   33:     0x629d91fbe05c - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:193:35
[INFO] [stdout]   34:     0x629d91fc2b6a - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:29
[INFO] [stdout]   35:     0x629d9204066d - <tokio[d554e27b711f5a0a]::macros::scoped_tls::ScopedKey<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Context>>::set::<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   36:     0x629d91fabe84 - tokio[d554e27b711f5a0a]::runtime::basic_scheduler::enter::<<tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_udp_over_ipv4::{closure#0}>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), std[d054f6f42beb1baa]::io::error::Error>, tokio[d554e27b711f5a0a]::runtime::driver::Driver>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:275:13
[INFO] [stdout]   37:     0x629d91fa4b63 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::Inner<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_udp_over_ipv4::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:185:9
[INFO] [stdout]   38:     0x629d91fa40b3 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::InnerGuard<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_udp_over_ipv4::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:414:38
[INFO] [stdout]   39:     0x629d91fa0ba1 - <tokio[d554e27b711f5a0a]::runtime::basic_scheduler::BasicScheduler<tokio[d554e27b711f5a0a]::runtime::driver::Driver>>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_udp_over_ipv4::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/basic_scheduler.rs:145:30
[INFO] [stdout]   40:     0x629d9205b8ca - <tokio[d554e27b711f5a0a]::runtime::Runtime>::block_on::<firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_udp_over_ipv4::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.3.2/src/runtime/mod.rs:440:51
[INFO] [stdout]   41:     0x629d91fffc84 - firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_udp_over_ipv4
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:426:17
[INFO] [stdout]   42:     0x629d91ff7967 - firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_udp_over_ipv4::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/host/os.rs:427:104
[INFO] [stdout]   43:     0x629d92008596 - <firebreak[1c9b20da199f35fa]::host::os::tests::test_reject_output_firewall_with_udp_over_ipv4::{closure#0} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x629d921ae73b - <fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x629d921ae73b - test[fad20673b750c10e]::__rust_begin_short_backtrace::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:724:18
[INFO] [stdout]   46:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:74
[INFO] [stdout]   47:     0x629d921bbfb5 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   48:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   49:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panicking::catch_unwind::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   50:     0x629d921bbfb5 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test_in_process
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:27
[INFO] [stdout]   52:     0x629d921bbfb5 - test[fad20673b750c10e]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:668:43
[INFO] [stdout]   53:     0x629d921b6b14 - test[fad20673b750c10e]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:698:41
[INFO] [stdout]   54:     0x629d921b6b14 - std[d054f6f42beb1baa]::sys::backtrace::__rust_begin_short_backtrace::<test[fad20673b750c10e]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   55:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   56:     0x629d921bf032 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x629d921bf032 - std[d054f6f42beb1baa]::panicking::catch_unwind::<(), core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x629d921bf032 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x629d921bf032 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   61:     0x629d921bf032 - <std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x629d922d250f - <alloc[154f689e5dd3bae5]::boxed::Box<dyn core[5a1c3e9896636f3a]::ops::function::FnOnce<(), Output = ()> + core[5a1c3e9896636f3a]::marker::Send> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   63:     0x629d922d250f - <std[d054f6f42beb1baa]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   64:     0x78f159357aa4 - <unknown>
[INFO] [stdout]   65:     0x78f1593e4a64 - clone
[INFO] [stdout]   66:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     conn::os::tests::tcp_v4_ok
[INFO] [stdout]     conn::os::tests::tcp_v6_ok
[INFO] [stdout]     conn::os::tests::udp_v4_ok
[INFO] [stdout]     conn::os::tests::udp_v6_ok
[INFO] [stdout]     host::os::tests::test_accept_forward_firewall_with_tcp_over_ipv4
[INFO] [stdout]     host::os::tests::test_accept_forward_firewall_with_tcp_over_ipv6
[INFO] [stdout]     host::os::tests::test_accept_forward_firewall_with_udp_over_ipv4
[INFO] [stdout]     host::os::tests::test_accept_forward_firewall_with_udp_over_ipv6
[INFO] [stdout]     host::os::tests::test_accept_input_firewall_with_tcp_over_ipv4
[INFO] [stdout]     host::os::tests::test_accept_input_firewall_with_tcp_over_ipv6
[INFO] [stdout]     host::os::tests::test_accept_input_firewall_with_udp_over_ipv4
[INFO] [stdout]     host::os::tests::test_accept_input_firewall_with_udp_over_ipv6
[INFO] [stdout]     host::os::tests::test_accept_output_firewall_with_tcp_over_ipv4
[INFO] [stdout]     host::os::tests::test_accept_output_firewall_with_tcp_over_ipv6
[INFO] [stdout]     host::os::tests::test_accept_output_firewall_with_udp_over_ipv4
[INFO] [stdout]     host::os::tests::test_accept_output_firewall_with_udp_over_ipv6
[INFO] [stdout]     host::os::tests::test_drop_forward_firewall_with_tcp_over_ipv4
[INFO] [stdout]     host::os::tests::test_drop_forward_firewall_with_tcp_over_ipv6
[INFO] [stdout]     host::os::tests::test_drop_forward_firewall_with_udp_over_ipv4
[INFO] [stdout]     host::os::tests::test_drop_forward_firewall_with_udp_over_ipv6
[INFO] [stdout]     host::os::tests::test_drop_input_firewall_with_tcp_over_ipv4
[INFO] [stdout]     host::os::tests::test_drop_input_firewall_with_tcp_over_ipv6
[INFO] [stdout]     host::os::tests::test_drop_input_firewall_with_udp_over_ipv4
[INFO] [stdout]     host::os::tests::test_drop_input_firewall_with_udp_over_ipv6
[INFO] [stdout]     host::os::tests::test_drop_output_firewall_with_tcp_over_ipv4
[INFO] [stdout]     host::os::tests::test_drop_output_firewall_with_tcp_over_ipv6
[INFO] [stdout]     host::os::tests::test_drop_output_firewall_with_udp_over_ipv4
[INFO] [stdout]     host::os::tests::test_drop_output_firewall_with_udp_over_ipv6
[INFO] [stdout]     host::os::tests::test_reject_forward_firewall_with_tcp_over_ipv4
[INFO] [stdout]     host::os::tests::test_reject_forward_firewall_with_tcp_over_ipv6
[INFO] [stdout]     host::os::tests::test_reject_forward_firewall_with_udp_over_ipv4
[INFO] [stdout]     host::os::tests::test_reject_forward_firewall_with_udp_over_ipv6
[INFO] [stdout]     host::os::tests::test_reject_input_firewall_with_tcp_over_ipv4
[INFO] [stdout]     host::os::tests::test_reject_input_firewall_with_tcp_over_ipv6
[INFO] [stdout]     host::os::tests::test_reject_input_firewall_with_udp_over_ipv4
[INFO] [stdout]     host::os::tests::test_reject_input_firewall_with_udp_over_ipv6
[INFO] [stdout]     host::os::tests::test_reject_output_firewall_with_tcp_over_ipv4
[INFO] [stdout]     host::os::tests::test_reject_output_firewall_with_tcp_over_ipv6
[INFO] [stdout]     host::os::tests::test_reject_output_firewall_with_udp_over_ipv4
[INFO] [stdout]     host::os::tests::test_reject_output_firewall_with_udp_over_ipv6
[INFO] [stdout]     os::tests::add_veth_link
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 41 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "778c1c865e2d1c5686a5e20bbc213ab064ca62040e5d91f137e0ed9a7c3debc7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "778c1c865e2d1c5686a5e20bbc213ab064ca62040e5d91f137e0ed9a7c3debc7", kill_on_drop: false }`
[INFO] [stdout] 778c1c865e2d1c5686a5e20bbc213ab064ca62040e5d91f137e0ed9a7c3debc7
